This commit is contained in:
BarsTiger
2021-06-11 14:41:39 +03:00
parent 68e6bdff2a
commit fe9455b74f

View File

@@ -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: "))