diff --git a/99-Day-99-Exercise-11-Solution/main.py b/99-Day-99-Exercise-11-Solution/main.py index 9d43749..6537ca2 100644 --- a/99-Day-99-Exercise-11-Solution/main.py +++ b/99-Day-99-Exercise-11-Solution/main.py @@ -6,4 +6,4 @@ while True: command = "osascript -e \'say \"Hey Harry drink water\"\'; osascript -e \'display alert \"Hey Harry, Drink water\"\'" os.system(command) - time.sleep(REPEAT_INTERVAL) \ No newline at end of file + time.sleep(REPEAT_INTERVAL)