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

@@ -6,7 +6,7 @@ kkapps = launchfolder + "/KOTIKOTapps"
if not os.path.exists(kkapps):
os.mkdir(kkapps)
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py'
launcherurl = 'https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/KOTIKOT_launcher.py'
urllib.request.urlretrieve(launcherurl, kkapps + "/KOTIKOT_launcher.py")
try: