From 65752991e8a51021711f7e67e936d7e41dcb7061 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 1 Jun 2021 17:56:53 +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 e9d745d..cb850a7 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -49,7 +49,7 @@ def launchAutoShipper(): def launchAutoBridger(): autoBridgerDir = offprojects + "/AutoBridger/" - autoBridgerUrl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/Bars%60s%20auto%20bridger/AutoBridge.py" + autoBridgerUrl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/BarsAutoBridger/AutoBridge.py" if not os.path.exists(autoBridgerDir): os.mkdir(autoBridgerDir)