From 5fe455e42fadeeb93e6ab33fa364634b1e804a8e Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Thu, 9 May 2024 16:46:59 +0200 Subject: [PATCH] fix typo --- app/src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/config.py b/app/src/config.py index 73a633c..eef0c86 100644 --- a/app/src/config.py +++ b/app/src/config.py @@ -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")