mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Docstring von load_config korrigiert
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user