From f32ed68f4ee42d39c050e92249c9823945f19c57 Mon Sep 17 00:00:00 2001 From: LIMUXI <1251316345@qq.com> Date: Fri, 27 Feb 2026 02:48:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit modified run port Signed-off-by: LIMUXI <1251316345@qq.com> --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d3b38ba..978b844 100644 --- a/app.py +++ b/app.py @@ -4603,4 +4603,4 @@ with app.app_context(): except Exception: pass if __name__ == '__main__': - socketio.run(app, debug=True, port=5000) \ No newline at end of file + socketio.run(app, debug=True, port=5080) \ No newline at end of file