Skip to content

Commit acfd849

Browse files
committed
Fix comment in example
1 parent 3427705 commit acfd849

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ravenpackapi/examples/list_jobs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def print_job(job):
2525

2626
if __name__ == "__main__":
2727
# Define start_date and end_date or use the current date
28-
# start_date = "2022-11-22"
29-
# end_date = "2022-11-23"
28+
# start = "2022-11-22"
29+
# end = "2022-11-23"
3030
DAYS_BACK = 1
3131
end = datetime.datetime.utcnow().replace(microsecond=0)
3232
start = end - datetime.timedelta(days=DAYS_BACK)

0 commit comments

Comments
 (0)