Skip to content

Commit

Permalink
Merge pull request abejburton#2 from abejburton/abe
Browse files Browse the repository at this point in the history
Abe
  • Loading branch information
abejburton authored Nov 20, 2023
2 parents fcfd238 + 8196d17 commit aea8d60
Show file tree
Hide file tree
Showing 3 changed files with 2,352 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
username="[email protected]",
password="js9@5x#H9@wp2#Y")
# results is a generator
results = client.get_all("m6dm-c72p")
results = client.get_all("m6dm-c72p", year=)
# select all indices of the generator to make a list of dicts
result_list = list(itertools.islice(results, 299602996))

Expand Down
Loading

0 comments on commit aea8d60

Please sign in to comment.