We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bd5d5 commit 9605a8cCopy full SHA for 9605a8c
1 file changed
core/sockets.py
@@ -64,4 +64,4 @@ def home():
64
return render_template("home.html", async_mode=socketio.async_mode)
65
66
if __name__ == 'core.sockets':
67
- socketio.run(app, host= '127.0.0.1', port=trape.app_port, debug=False)
+ socketio.run(app, host= '0.0.0.0', port=trape.app_port, debug=False)
0 commit comments