From bda3e53df67113282e36a814e476c7c8ba2332dd Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 27 Feb 2015 09:12:00 -0500 Subject: [PATCH] another update for get_issues.py to account for repository move --HG-- branch : update-issues --- extra/get_issues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/get_issues.py b/extra/get_issues.py index e68eb0bc4..6437ba4c3 100644 --- a/extra/get_issues.py +++ b/extra/get_issues.py @@ -11,7 +11,7 @@ def get_issues(): start = 0 issues = [] while 1: - post_data = {"accountname": "hpk42", + post_data = {"accountname": "pytest-dev", "repo_slug": "pytest", "start": start, "limit": chunksize}