From 80035145874cf3e8adf65ab3ae13dac911e59a59 Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Wed, 19 Apr 2023 15:31:09 +0200 Subject: [PATCH] update email hour --- osa/scripts/autocloser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osa/scripts/autocloser.py b/osa/scripts/autocloser.py index c0ee0af7..d30a22ca 100644 --- a/osa/scripts/autocloser.py +++ b/osa/scripts/autocloser.py @@ -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")