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/wsgi.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/wsgi.py')
-rw-r--r-- | resources/tools/dash/app/wsgi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/dash/app/wsgi.py b/resources/tools/dash/app/wsgi.py index c2832e29eb..316901c707 100644 --- a/resources/tools/dash/app/wsgi.py +++ b/resources/tools/dash/app/wsgi.py @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -from pal import init_app -app = init_app() +from pal import app + if __name__ == "__main__": # Main entry point. |