aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/dash/app/wsgi.py')
-rw-r--r--resources/tools/dash/app/wsgi.py1
1 files changed, 1 insertions, 0 deletions
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")