From 008c2a87075df739e29b0c1c21db24d82e7c8b68 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 22 Oct 2022 11:56:20 +0300 Subject: [PATCH] notify sleep to 1 minute --- daemons/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/notify.py b/daemons/notify.py index 888f879..cf53013 100644 --- a/daemons/notify.py +++ b/daemons/notify.py @@ -38,4 +38,4 @@ def notify(): end = datetime.datetime.now() print('notify finished') print("time elapsed", (end - begin).total_seconds()) - sleep(60 * 2) + sleep(60)