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)