Update config.py
This commit is contained in:
parent
c1f82c008d
commit
fa367a3087
@ -129,6 +129,7 @@ config = Config()
|
||||
|
||||
def read():
|
||||
if not LOCATIONS.CONFIG_FILE.is_file():
|
||||
LOGGER.debug("Creating default config file.")
|
||||
write()
|
||||
config.read_from_config_file(LOCATIONS.CONFIG_FILE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user