Removed debug value
This commit is contained in:
parent
516a0d4230
commit
2231b30a74
|
@ -19,8 +19,7 @@ def uninit():
|
||||||
notify2.uninit()
|
notify2.uninit()
|
||||||
|
|
||||||
def wait():
|
def wait():
|
||||||
#sleep(TIMEOUT*MINUTE)
|
sleep(TIMEOUT*MINUTE)
|
||||||
pass
|
|
||||||
|
|
||||||
def send_notification():
|
def send_notification():
|
||||||
print(MESSAGE)
|
print(MESSAGE)
|
||||||
|
|
Loading…
Reference in New Issue