Minor clean-up

This commit is contained in:
Abhorrent_Anger 2019-10-29 11:16:27 +02:00 committed by Mārtiņš Kurmis
parent 79d87e4de9
commit b9f7992c23
1 changed files with 1 additions and 6 deletions

View File

@ -18,10 +18,6 @@ MINUTE = 60
DIR = os.path.dirname(os.path.abspath(__file__))
icon = mute = disable_notifs = invert_icons = notify_thread = sound = None
#mute = False
#disable_notifs = False
#invert_icons = False
#notify_thread = None
def init():
print("Initializing EyeStrainReminder...")
@ -69,8 +65,7 @@ def uninit():
notify2.uninit()
def wait():
#sleep(TIMEOUT*MINUTE)
pass
sleep(TIMEOUT*MINUTE)
def send_notification():
if not disable_notifs: