Skip to content

Commit

Permalink
Merge pull request #224 from cta-observatory/change_mail_hour
Browse files Browse the repository at this point in the history
update warning email sending hour
  • Loading branch information
morcuended authored Apr 19, 2023
2 parents 86b9b6b + 8003514 commit 799fc14
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 799fc14

Please sign in to comment.