From 07eea6ca145f97d1c5afa2d5b8f1ece2589a58c1 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 19 Sep 2025 20:20:18 +0800 Subject: [PATCH] 1 --- web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app.py b/web/app.py index 5cd7280..4bcbac0 100644 --- a/web/app.py +++ b/web/app.py @@ -264,4 +264,4 @@ if __name__ == '__main__': print("📊 访问地址: http://localhost:8080") print("=" * 60) - app.run(host='0.0.0.0', port=8081, debug=True) \ No newline at end of file + app.run(host='0.0.0.0', port=8080, debug=True) \ No newline at end of file