@ -203,14 +203,14 @@ elif not os.path.exists(os.path.join(default_dir, "config.yml")):
content=template_file.read()
content=template_file.read()
withopen(config_path,'w')asconfig_file:
withopen(config_path,'w')asconfig_file:
config_file.write(content)
config_file.write(content)
print(f"Configuration file (config.yml) created at {config_path}. Please open this file and update it with your API keys etc.")
print(f"Configuration file (config.yml) created at {config_path}. Please open this file and update it with your API keys and other required settings.")
sys.exit(1)
sys.exit(1)
exceptExceptionase:
exceptExceptionase:
print(f"Config Error: Unable to copy the Template file (config.yml.template) from {template_path} to {config_path}. Details: {e}")
print(f"Config Error: Unable to copy the Template file (config.yml.template) from {template_path} to {config_path}. Details: {e}")