notify sleep to 1 minute

This commit is contained in:
Administrator 2022-10-22 11:56:20 +03:00
parent e41c7caf85
commit 008c2a8707

View File

@ -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)