From f0110762da6f93dd3f54847bc2ce2867b94d00db Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 1 Jun 2021 17:18:14 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index f8d9894..92f2cb3 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -7,6 +7,8 @@ offprojects = launchfolder + "/OfficialProjects/" launcherfiles = offprojects + "/LAUNCHERFILES/" launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py" launcherguigithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherMain.py" +launcherremindergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherReminder.py" + ################### Checking folders ##################### if not os.path.exists(offprojects):