This commit is contained in:
2024-09-08 03:00:34 +02:00
parent 07573f4067
commit 9876606788
4 changed files with 16 additions and 13 deletions
+2 -1
View File
@@ -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()