From 2841ba0063e3776d9e5941d6bfb30239525859ab Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Thu, 18 Nov 2021 22:50:41 +0100 Subject: [PATCH] Docstring von load_config korrigiert --- nateman/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)