fixed issue with reading the config file at the wrong point

This commit is contained in:
Hellow
2023-06-20 17:07:32 +02:00
parent f95083050e
commit dc540e4829
5 changed files with 20 additions and 8 deletions

View File

@@ -21,3 +21,5 @@ def write_config():
config.write_to_config_file(LOCATIONS.CONFIG_FILE)
set_name_to_value = config.set_name_to_value
read_config()