another update for get_issues.py to account for repository move
--HG-- branch : update-issues
This commit is contained in:
parent
9d4354c0a4
commit
bda3e53df6
|
@ -11,7 +11,7 @@ def get_issues():
|
||||||
start = 0
|
start = 0
|
||||||
issues = []
|
issues = []
|
||||||
while 1:
|
while 1:
|
||||||
post_data = {"accountname": "hpk42",
|
post_data = {"accountname": "pytest-dev",
|
||||||
"repo_slug": "pytest",
|
"repo_slug": "pytest",
|
||||||
"start": start,
|
"start": start,
|
||||||
"limit": chunksize}
|
"limit": chunksize}
|
||||||
|
|
Loading…
Reference in New Issue