From e1c6042f77e7d4897648dc829b8b686afde715a6 Mon Sep 17 00:00:00 2001 From: Wargamer-Senpai Date: Fri, 20 Oct 2023 18:29:44 +0200 Subject: [PATCH] fixed example conf --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6cbcc9d..7d493d3 100644 --- a/main.py +++ b/main.py @@ -606,7 +606,7 @@ def func_merge_configs(): if merge_bool: new_config = False config_url = 'https://raw.githubusercontent.com/Wargamer-Senpai/teampy/main/config.py' - example_config_file = 'example_config.py' + example_config_file = os.path.join(main_script_path,'example_config.py') # get a fresh config from github response = requests.get(config_url)