Skip to content

Commit 9605a8c

Browse files
authored
Sharing in LAN
1 parent d7bd5d5 commit 9605a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/sockets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def home():
6464
return render_template("home.html", async_mode=socketio.async_mode)
6565

6666
if __name__ == 'core.sockets':
67-
socketio.run(app, host= '127.0.0.1', port=trape.app_port, debug=False)
67+
socketio.run(app, host= '0.0.0.0', port=trape.app_port, debug=False)

0 commit comments

Comments
 (0)