forked from abejburton/bdp-rideshare
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request abejburton#2 from abejburton/abe
Abe
- Loading branch information
Showing
3 changed files
with
2,352 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)) | ||
|
||
|
Oops, something went wrong.