diff options
author | Jordan <me@jordan.im> | 2022-09-15 22:13:24 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-09-15 22:13:24 -0700 |
commit | 87a7ba4fe85c7e9f59832a0924900847ae48b3ea (patch) | |
tree | 3135ad1aabff824341336873e5129be2e21684ce | |
parent | 32a5cee78d0a438b042d63aca60a9d00272c545a (diff) | |
download | koya-87a7ba4fe85c7e9f59832a0924900847ae48b3ea.tar.gz koya-87a7ba4fe85c7e9f59832a0924900847ae48b3ea.zip |
-rwxr-xr-x | koya | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -69,10 +69,9 @@ class Koya: return repos data = res["data"]["user"]["repositories"] - repos.extend(data["results"]) - if len(data["results"]): log.info(f"Discovered {len(data['results'])} repositories...") + repos.extend(data["results"]) cursor = data.get("cursor") if cursor: |