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))