Skip to content

Commit

Permalink
Add a minor comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Sep 19, 2021
1 parent d775bac commit 1c1692b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions query_geforce_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def main():
# This is the largest number of appIDs which can be listed in a single query for the GraphQL end-points.
chunk_size = 1200

# Download data by querying apps in chunks
for chunk_no, app_ids in enumerate(chunked(all_app_ids, chunk_size), start=1):
data = fetch_all_pages(
is_slim_query=True, use_original_endpoint=use_gfn_endpoint, app_ids=app_ids
Expand Down

0 comments on commit 1c1692b

Please sign in to comment.