From c35d1c59732eed91d949d84a339e5573fca7a776 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 11 Jun 2021 14:29:37 +0300 Subject: [PATCH] 1 --- OfficialProjects/SuperTimer/SuperTimer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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")