From b3f94a7eab75724e0c646673df4896485bed2c0b Mon Sep 17 00:00:00 2001 From: ozzyakman1 Date: Mon, 1 Sep 2025 16:56:41 -0400 Subject: [PATCH] Update alarm_clock.py initial --- alarm_clock.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alarm_clock.py b/alarm_clock.py index e6c8523..ad72c8d 100644 --- a/alarm_clock.py +++ b/alarm_clock.py @@ -75,4 +75,5 @@ def check_alarm_input(alarm_time): videos = alarm_file.readlines() # Open a random video from the list -webbrowser.open(random.choice(videos)) \ No newline at end of file + +webbrowser.open(random.choice(videos))