This commit is contained in:
BarsTiger
2021-06-11 14:29:37 +03:00
parent 57ceb95c76
commit c35d1c5973

View File

@@ -28,6 +28,5 @@ while timeInSuperSeconds > 0:
time.sleep(superSecond) time.sleep(superSecond)
print("Press Ctrl + C to stop alarm") print("Press Ctrl + C to stop alarm")
for i in range(7): playsound("alarm.mp3")
playsound("alarm.mp3")
os.remove("alarm.mp3") os.remove("alarm.mp3")