We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3427705 commit acfd849Copy full SHA for acfd849
1 file changed
ravenpackapi/examples/list_jobs.py
@@ -25,8 +25,8 @@ def print_job(job):
25
26
if __name__ == "__main__":
27
# Define start_date and end_date or use the current date
28
- # start_date = "2022-11-22"
29
- # end_date = "2022-11-23"
+ # start = "2022-11-22"
+ # end = "2022-11-23"
30
DAYS_BACK = 1
31
end = datetime.datetime.utcnow().replace(microsecond=0)
32
start = end - datetime.timedelta(days=DAYS_BACK)
0 commit comments