diff --git a/OfficialProjects/SuperTimer/SuperTimer.py b/OfficialProjects/SuperTimer/SuperTimer.py index ff020d1..41ec8a5 100644 --- a/OfficialProjects/SuperTimer/SuperTimer.py +++ b/OfficialProjects/SuperTimer/SuperTimer.py @@ -28,6 +28,5 @@ while timeInSuperSeconds > 0: time.sleep(superSecond) print("Press Ctrl + C to stop alarm") -for i in range(7): - playsound("alarm.mp3") +playsound("alarm.mp3") os.remove("alarm.mp3")