Skip to content

Commit

Permalink
chore: fix clocks
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jul 9, 2024
1 parent 1e4b666 commit 3a9c592
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pipelines/ocr_radar/dump_db_radar/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@
},
}

print(ocr_radar_2024_queries)

ocr_radar_2024_clocks = generate_dump_db_schedules(
interval=timedelta(days=365 * 5),
start_date=datetime(2024, 7, 9, 22, 30, tzinfo=pytz.timezone("America/Sao_Paulo")),
Expand All @@ -193,6 +195,3 @@
ocr_radar_schedule = Schedule(
clocks=untuple(ocr_radar_equipamento_clocks) + untuple(ocr_radar_2024_clocks)
)


print(ocr_radar_schedule)

0 comments on commit 3a9c592

Please sign in to comment.