From f90fbbd2f990707328935ee90cb436d9312104aa Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 23 Apr 2021 11:07:24 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 01f5ab4..950bf1a 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -1,4 +1,7 @@ import urllib.request, os -url = 'https://raw.githubusercontent.com/BarsTiger/catbench/main/CatBench.py' -urllib.request.urlretrieve(url, 'D:\lol\catbench.py') \ No newline at end of file +launchfolder = os.getcwd() +offprojects = launchfolder + "\OfficialProjects" + +if not os.path.exists(offprojects): + os.mkdir(offprojects) \ No newline at end of file