Skip to content

Commit 7f91030

Browse files
committed
don't use app module as server
1 parent 3c642ad commit 7f91030

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webapp/app.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,7 @@ def logout():
258258

259259

260260
if '__main__' == __name__:
261-
app.run(debug=True, host='0.0.0.0')
261+
# app.run(debug=True, host='0.0.0.0')
262+
pass
263+
264+

0 commit comments

Comments
 (0)