summaryrefslogtreecommitdiffstats
path: root/dash/app.py
diff options
context:
space:
mode:
authorLukas Metzger2020-06-10 20:44:19 +0200
committerLukas Metzger2020-06-10 20:44:19 +0200
commit5c44f6a41885c439e526dc3c022ff7daaa43c2c6 (patch)
tree117c9b6470d3b53e8a3614dd1a52c5951db03fa9 /dash/app.py
parentMerge remote-tracking branch 'dash/master' (diff)
downloadbwlp-statistics-5c44f6a41885c439e526dc3c022ff7daaa43c2c6.tar.gz
bwlp-statistics-5c44f6a41885c439e526dc3c022ff7daaa43c2c6.tar.xz
bwlp-statistics-5c44f6a41885c439e526dc3c022ff7daaa43c2c6.zip
Move dashboard to subfolder
Diffstat (limited to 'dash/app.py')
-rw-r--r--dash/app.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/dash/app.py b/dash/app.py
new file mode 100644
index 0000000..68f8c47
--- /dev/null
+++ b/dash/app.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python3
+
+import dash
+
+app = dash.Dash(__name__, suppress_callback_exceptions=True)
+server = app.server