copy dashboard
This commit is contained in:
@@ -10,7 +10,7 @@ app = create_app()
|
||||
if __name__ == "__main__":
|
||||
socketio.run(
|
||||
app,
|
||||
host="127.0.0.1",
|
||||
host="0.0.0.0",
|
||||
port=5551,
|
||||
debug=False, # 开发期打开
|
||||
# allow_unsafe_werkzeug=True, # 避免 dev server 的安全限制提示
|
||||
|
||||
Reference in New Issue
Block a user