This commit is contained in:
BarsTiger
2021-06-11 14:28:30 +03:00
parent 721bc9e41c
commit 713c8742aa
2 changed files with 2 additions and 2 deletions

View File

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