From b2cb835b34c7404b2aaee3ec30700c67537da66d Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 26 Jan 2022 09:31:43 +0100 Subject: UTI: PoC - Dash application for Trending - delete old dash demo Change-Id: I3e75c1dc18ee85c1826838af0343a4b779f71754 Signed-off-by: Tibor Frank --- resources/tools/dash/app/wsgi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/dash/app/wsgi.py') 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. -- cgit 1.2.3-korg