Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Nov 29, 2024
1 parent d531ca4 commit fdee3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/restart_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def remove_duplicates(elements):
time = datetime.strptime(item['time'], "%H:%M:%S").time()
if time < datetime.strptime("09:30:00", "%H:%M:%S").time():
release = "bmo"
elif time > datetime.strptime("16:30:00", "%H:%M:%S").time():
elif time > datetime.strptime("16:00:00", "%H:%M:%S").time():
release = "amc"
else:
release = "during"
Expand Down

0 comments on commit fdee3bf

Please sign in to comment.