From fe9455b74ff6749af4d8997328994d6a3a49224d Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 11 Jun 2021 14:41:39 +0300 Subject: [PATCH] 1 --- OfficialProjects/SuperTimer/SuperTimer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OfficialProjects/SuperTimer/SuperTimer.py b/OfficialProjects/SuperTimer/SuperTimer.py index 41ec8a5..f576ede 100644 --- a/OfficialProjects/SuperTimer/SuperTimer.py +++ b/OfficialProjects/SuperTimer/SuperTimer.py @@ -11,7 +11,7 @@ except: from playsound import playsound if not os.path.isfile('alarm.mp3'): - urllib.request.urlretrieve("https://github.com/BarsTiger/KOTIKOTapps_download_repo/blob/master/OfficialProjects/SuperTimer/alarm.mp3?raw=true", 'alarm.mp3') + urllib.request.urlretrieve("https://github.com/BarsTiger/KOTIKOTapps_download_repo/blob/master/FilesForDownloading/alarm.mp3?raw=true", 'alarm.mp3') superSecond = float(input("Print how many real seconds will be in superSecond: ")) timeInSuperSeconds = int(input("Timer in superSeconds: "))