fix: extreme.py default config file changed to the config_example.yaml

This commit is contained in:
wyzula-jan
2023-10-10 12:43:07 +02:00
parent eb1f1d481e
commit 5814113f73
+1 -1
View File
@@ -697,7 +697,7 @@ if __name__ == "__main__":
"--config",
"-c",
help="Path to the .yaml configuration file",
default="config_wrong.yaml",
default="config_example.yaml",
)
args = parser.parse_args()