From 7e0a59eef33fc2ffa74e009da619f397d3e9b82c Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 23 Apr 2021 15:05:37 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 803c47a..a4cd366 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -12,5 +12,5 @@ if not os.path.exists(offprojects): if not os.path.exists(launcherfiles): os.mkdir(launcherfiles) -################### Updataing launcher ##################### +################### Self-updataing launcher ##################### urllib.request.urlretrieve(launchergithuburl, "KOTIKOT_launcher.py")