summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/roomservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/roomservice.py b/tools/roomservice.py
index 16e6d1b..f8aa58b 100755
--- a/tools/roomservice.py
+++ b/tools/roomservice.py
@@ -71,7 +71,7 @@ def add_auth(githubreq):
page = 1
while not depsonly:
- githubreq = urllib.request.Request("https://api.github.com/users/CyanogenMod/repos?per_page=100&page=%d" % page)
+ githubreq = urllib.request.Request("https://api.github.com/users/CyanogenMod/repos?per_page=200&page=%d" % page)
add_auth(githubreq)
result = json.loads(urllib.request.urlopen(githubreq).read().decode())
if len(result) == 0: