This commit is contained in:
BarsTiger
2021-04-23 13:41:03 +03:00
parent 206c41d874
commit f3909ed631
2 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ kkapps = launchfolder + "\KOTIKOT apps"
if not os.path.exists(kkapps):
os.mkdir(kkapps)
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOT_launcher/master/KOTIKOT_launcher.py'
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py'
urllib.request.urlretrieve(launcherurl, kkapps + "\KOTIKOT_launcher.py")