|
|
|
@ -20,4 +20,4 @@ if not os.path.exists(CONFIG_FILE_PATH): |
|
|
|
shutil.copy(os.path.join(PACKAGE_ROOT, "config.yml"), CONFIG_FILE_PATH) |
|
|
|
|
|
|
|
with open(CONFIG_FILE_PATH, "r") as config_file: |
|
|
|
CONFIG_DATA = yaml.load(config_file) |
|
|
|
CONFIG_DATA = yaml.safe_load(config_file) |