更新 app.py

modified run port

Signed-off-by: LIMUXI <1251316345@qq.com>
This commit is contained in:
2026-02-27 02:48:07 +00:00
parent 74f19aad0b
commit f32ed68f4e

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=5000) socketio.run(app, debug=True, port=5080)