notify sleep to 1 minute
This commit is contained in:
parent
e41c7caf85
commit
008c2a8707
@ -38,4 +38,4 @@ def notify():
|
|||||||
end = datetime.datetime.now()
|
end = datetime.datetime.now()
|
||||||
print('notify finished')
|
print('notify finished')
|
||||||
print("time elapsed", (end - begin).total_seconds())
|
print("time elapsed", (end - begin).total_seconds())
|
||||||
sleep(60 * 2)
|
sleep(60)
|
||||||
|
Loading…
Reference in New Issue
Block a user