mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 09:18:38 +01:00
correct proposals.py
This commit is contained in:
parent
34090b24c4
commit
7a82a5d427
|
|
@ -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…
Reference in a new issue