This commit is contained in:
BarsTiger
2021-06-01 15:43:55 +03:00
parent 53c451c3ac
commit 725c95aaa4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import urllib.request, os, subprocess, sys
launchfolder = os.getcwd()
kkapps = launchfolder + "/KOTIKOT apps"
kkapps = launchfolder + "/KOTIKOTapps"
if not os.path.exists(kkapps):
os.mkdir(kkapps)