Skip to content

Commit 57f339b

Browse files
authored
Update eye_blink_reminder.py
1 parent 617b849 commit 57f339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eye_blink_reminder/eye_blink_reminder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def remind():
88
while True:
9-
sleep(20*60)
9+
sleep(20 * 60)
1010
os.popen('osascript -e "set Volume 6"')
1111
p = multiprocessing.Process(
1212
target=playsound.playsound, args=("danger.mp3",))

0 commit comments

Comments
 (0)