Skip to content

Commit

Permalink
update email hour
Browse files Browse the repository at this point in the history
  • Loading branch information
morcuended authored Apr 19, 2023
1 parent 6a06d7c commit 8003514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osa/scripts/autocloser.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def main():
):
log.warning(f"Could not close the day for {args.tel_id}!")
# Send email, if later than 18:00 UTC and telescope is not ready to close
if hour > 18:
if hour > 14:
send_warning_mail(date=date)

log.info("Exit")
Expand Down

0 comments on commit 8003514

Please sign in to comment.