correct proposals.py
This commit is contained in:
parent
34090b24c4
commit
7a82a5d427
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ authors = set()
|
||||||
prs = set()
|
prs = set()
|
||||||
|
|
||||||
def getpage(url, page):
|
def getpage(url, page):
|
||||||
resp = requests.get(url + str(page), auth=('benparsons', '99fbc9df2d75a18b5ac7f24e326e4de548b06172'))
|
resp = requests.get(url + str(page))
|
||||||
|
|
||||||
for link in resp.links.values():
|
for link in resp.links.values():
|
||||||
if link['rel'] == 'last':
|
if link['rel'] == 'last':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue