diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-01-26 09:31:43 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-24 08:11:41 +0100 |
commit | b2cb835b34c7404b2aaee3ec30700c67537da66d (patch) | |
tree | d0a6ce077b6d927565294fcd7301fb727708cd06 /resources/tools/dash/app/config.py | |
parent | 9eebc3e59028014a8fc151575b99347d2871c097 (diff) |
UTI: PoC - Dash application for Trending
- delete old dash demo
Change-Id: I3e75c1dc18ee85c1826838af0343a4b779f71754
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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") |