From 57ceb95c761d72c5c17a90e0602fcc99a4908187 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 11 Jun 2021 14:28:40 +0300 Subject: [PATCH] 1 --- OfficialProjects/SuperTimer/SuperTimer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/OfficialProjects/SuperTimer/SuperTimer.py b/OfficialProjects/SuperTimer/SuperTimer.py index 0bb2599..ff020d1 100644 --- a/OfficialProjects/SuperTimer/SuperTimer.py +++ b/OfficialProjects/SuperTimer/SuperTimer.py @@ -13,7 +13,6 @@ except: 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') -print("You can change alarm sound: just reneame your sound to alarm.mp3 and copy it to SuperTimer folder (to get original just delete your file)") superSecond = float(input("Print how many real seconds will be in superSecond: ")) timeInSuperSeconds = int(input("Timer in superSeconds: "))