This commit is contained in:
BarsTiger
2021-04-23 15:05:37 +03:00
parent d3f959e60b
commit 7e0a59eef3

View File

@@ -12,5 +12,5 @@ if not os.path.exists(offprojects):
if not os.path.exists(launcherfiles): if not os.path.exists(launcherfiles):
os.mkdir(launcherfiles) os.mkdir(launcherfiles)
################### Updataing launcher ##################### ################### Self-updataing launcher #####################
urllib.request.urlretrieve(launchergithuburl, "KOTIKOT_launcher.py") urllib.request.urlretrieve(launchergithuburl, "KOTIKOT_launcher.py")