diff options
Diffstat (limited to 'resources/tools/dash/app/config.py')
-rw-r--r-- | resources/tools/dash/app/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/dash/app/config.py b/resources/tools/dash/app/config.py index 279317b781..55f92cc36b 100644 --- a/resources/tools/dash/app/config.py +++ b/resources/tools/dash/app/config.py @@ -17,7 +17,8 @@ from os import environ class Config: - """Flask configuration variables.""" + """Flask configuration variables. + """ # General Config FLASK_APP = environ.get("FLASK_APP") |