From 687f9312cb85fb5938158e6abcc2e6fbb468411a Mon Sep 17 00:00:00 2001 From: Onkar Ijare <87595561+Onkar2104@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:28:17 +0530 Subject: [PATCH] Update main.py --- 99-Day-99-Exercise-11-Solution/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)