test7
This commit is contained in:
parent
20a26b2a64
commit
49b9e2ca44
|
@ -220,9 +220,9 @@ def ws_message(data):
|
|||
socketio.emit('move_status', response.text, room=game_id)
|
||||
|
||||
def main ():
|
||||
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()
|
||||
# main()
|
||||
app.run(host=ozai_webui_host, port=ozai_webui_port)
|
||||
|
|
Loading…
Reference in New Issue