Skip to content

Commit 3ebadc1

Browse files
authored
updated info regarding since calculation
If the since parameter is calculated in scientific notation the call will fail
1 parent a83948f commit 3ebadc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/examples_apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
api.set_query_parameters({'limit': 1})
1414

1515
# Set a limit for last 7 days
16+
# NB: You might need to convert the since_unix calculation from scientific notation or set the since parameter manually
1617
if False:
1718
epoch = datetime(1970, 1, 1)
1819
since = timedelta(days=7)

0 commit comments

Comments
 (0)