Download config file if missing

This commit is contained in:
AuroraWright
2024-01-30 15:14:04 +01:00
parent 1b88f2a6c5
commit e1caf06134
3 changed files with 29 additions and 13 deletions

View File

@@ -330,7 +330,9 @@ def run(read_from=None,
if config.has_config:
logger.info('Parsed config file')
else:
logger.warning('No config file, defaults will be used')
logger.warning('No config file, defaults will be used.')
if config.downloaded_config:
logger.info(f'A default config file has been downloaded to {config.config_path}')
engine_instances = []
config_engines = []