X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fwsgi.py;h=ab18bbfbc7d3c68cbc153eaab4ccf9226063424f;hb=05cb018450ac15bcfa59f2a10ffd08607eee8f97;hp=316901c707fcad781b2b8cd06585f48e11c5876a;hpb=b2cb835b34c7404b2aaee3ec30700c67537da66d;p=csit.git diff --git a/resources/tools/dash/app/wsgi.py b/resources/tools/dash/app/wsgi.py index 316901c707..ab18bbfbc7 100644 --- a/resources/tools/dash/app/wsgi.py +++ b/resources/tools/dash/app/wsgi.py @@ -17,4 +17,5 @@ from pal import app if __name__ == "__main__": # Main entry point. + app.debug = True app.run(host="0.0.0.0")