test
This commit is contained in:
@@ -221,8 +221,9 @@ def ws_message(data):
|
||||
socketio.emit('move_status', response.text, room=game_id)
|
||||
|
||||
def main ():
|
||||
return app.run(host=ozai_webui_host, port=ozai_webui_port)
|
||||
# return app.run(host=ozai_webui_host, port=ozai_webui_port)
|
||||
#return socketio.run(app, debug=False, host=ozai_webui_host, port=ozai_webui_port, allow_unsafe_werkzeug=True)
|
||||
return socketio.run(app, debug=False, host=ozai_webui_host, port=ozai_webui_port)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user