Docstring von load_config korrigiert

This commit is contained in:
2021-11-18 22:53:29 +01:00
parent 852af493db
commit 2841ba0063
+1 -1
View File
@@ -97,7 +97,7 @@ def setup_logging(app: Flask):
def load_config(app: Flask): def load_config(app: Flask):
""" """
Liest die Konfigurationsdatei. 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): if not config_file_exists(app):
config_path = create_config_file(app) config_path = create_config_file(app)