Skip to content

Commit

Permalink
fixed example conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Wargamer-Senpai committed Oct 20, 2023
1 parent 34ecf00 commit e1c6042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e1c6042

Please sign in to comment.