Update links

This commit is contained in:
hhh
2024-05-03 17:45:36 +03:00
parent 8a6a038955
commit e3a34eec95
6 changed files with 25 additions and 25 deletions

View File

@@ -25,7 +25,7 @@ while timeInSuperSeconds > 0:
if timeInSuperSeconds <= 1:
if not os.path.isfile('alarm.mp3'):
urllib.request.urlretrieve(
"https://github.com/BarsTiger/KOTIKOTapps_download_repo/blob/master/FilesForDownloading/alarm.mp3?raw=true",
"https://github.com/kotikotprojects/KOTIKOTappsLegacy/blob/master/FilesForDownloading/alarm.mp3?raw=true",
'alarm.mp3')
time.sleep(superSecond)