Skip to content

Commit

Permalink
corrige conversão datahora
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-rodrigocunha committed Oct 11, 2023
1 parent 2dd0158 commit b9e5a90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipelines/rj_smtr/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,8 +998,6 @@ def get_recapture_timestamps(
minute=(datetime_filter.minute // interval_minutes) * interval_minutes
)

datetime_filter = datetime_filter.strftime("%Y-%m-%d %H:%M:%S")

if datetime_filter > current_timestamp:
flag_break = True

Expand Down

0 comments on commit b9e5a90

Please sign in to comment.