更新 app.py

add host

Signed-off-by: LIMUXI <1251316345@qq.com>
This commit is contained in:
2026-02-27 02:55:09 +00:00
parent f32ed68f4e
commit 521a575c31

2
app.py
View File

@@ -4603,4 +4603,4 @@ with app.app_context():
except Exception: except Exception:
pass pass
if __name__ == '__main__': if __name__ == '__main__':
socketio.run(app, debug=True, port=5080) socketio.run(app, debug=True,host='0.0.0.0', port=5080)