git checkout master
This commit is contained in:
parent
d1c27349b2
commit
cb00fc35ab
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def getpage(url, page):
|
|||
def getbylabel(label):
|
||||
pagecount = 1
|
||||
json = list()
|
||||
urlbase = 'https://api.github.com/repos/matrix-org/matrix-doc/issues?state=open&labels=' + label + '&page='
|
||||
urlbase = 'https://api.github.com/repos/matrix-org/matrix-doc/issues?state=all&labels=' + label + '&page='
|
||||
print(urlbase)
|
||||
json.extend(getpage(urlbase, 1))
|
||||
for page in range(2, int(pagecount) + 1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue