diff --git a/nateman/__init__.py b/nateman/__init__.py index 4181ab2..6b9e5d6 100644 --- a/nateman/__init__.py +++ b/nateman/__init__.py @@ -97,7 +97,7 @@ def setup_logging(app: Flask): def load_config(app: Flask): """ Liest die Konfigurationsdatei. - Falls keine vorhanden ist, erstellt eine und beendet anschließend NateMan. + Falls keine vorhanden ist, wird vorher eine erstellt. """ if not config_file_exists(app): config_path = create_config_file(app)