From ec063b6b40a37572a61d1af84b1a76a9e123e9fc Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 1 Jun 2021 14:35:35 +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 4379363..a50e2b7 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -2,7 +2,7 @@ import urllib.request, os launchfolder = os.getcwd() offprojects = launchfolder + "/OfficialProjects" -launcherfiles = offprojects + "/!LAUNCHERFILES" +launcherfiles = offprojects + "/LAUNCHERFILES" launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py" ################### Checking folders #####################