From 7a82a5d4279f47560258b389433c7835bb919b67 Mon Sep 17 00:00:00 2001 From: Ben Parsons Date: Tue, 29 May 2018 14:20:48 +0100 Subject: [PATCH] correct proposals.py --- scripts/proposals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/proposals.py b/scripts/proposals.py index 33fa6416..5bbe3d08 100644 --- a/scripts/proposals.py +++ b/scripts/proposals.py @@ -11,7 +11,7 @@ authors = set() prs = set() 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(): if link['rel'] == 'last':