Merged in update-issues (pull request #255)
another update for get_issues.py to account for repository move
This commit is contained in:
commit
b7d212c0c9
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue