From 09012e4d157628ec17c6307ae29416cfc0373562 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 28 Oct 2022 06:50:27 +0300 Subject: [PATCH] end second --- daemons/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/notify.py b/daemons/notify.py index 32901c9..27f4917 100644 --- a/daemons/notify.py +++ b/daemons/notify.py @@ -63,4 +63,4 @@ def notify(): end = datetime.datetime.now() logging.info('notify finished') logging.info("time elapsed %s", (end - begin).total_seconds()) - sleep(60) + sleep(63 - end.second)