Skip to content

Commit 8434415

Browse files
author
xhlulu
committed
fix procfile, rename time_gate.py to app.py, add server
Former-commit-id: f055921
1 parent 40a18d1 commit 8434415

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/dash-time-gating/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web time_gate:server
1+
web: gunicorn app:server
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
]
1717

1818
app = dash.Dash(__name__, external_stylesheets=external_stylesheets)
19+
server = app.server
1920

2021

2122
""" FYI The device under test was made with this

0 commit comments

Comments
 (0)