From 206c41d874d02fe8aa837557b239e0e1033157c2 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 23 Apr 2021 13:39:04 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 950bf1a..0b88762 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -4,4 +4,5 @@ launchfolder = os.getcwd() offprojects = launchfolder + "\OfficialProjects" if not os.path.exists(offprojects): - os.mkdir(offprojects) \ No newline at end of file + os.mkdir(offprojects) +#lolkek \ No newline at end of file