This commit is contained in:
Stefan Allius
2024-05-09 16:46:59 +02:00
parent 5a0456650f
commit 5fe455e42f

View File

@@ -80,7 +80,7 @@ class Config():
try:
# make the default config transparaent by copying it
# in the config.example file
logging.debug('Copy Defaul Config to config.example.toml')
logging.debug('Copy Default Config to config.example.toml')
shutil.copy2("default_config.toml",
"config/config.example.toml")