From 4dfa506bc990ed931b27fca97a32087c4bb7dfa9 Mon Sep 17 00:00:00 2001 From: rjb <263303411@qq.com> Date: Sun, 24 Aug 2025 20:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_production_simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_production_simple.py b/run_production_simple.py index 8a393ba..98095bf 100644 --- a/run_production_simple.py +++ b/run_production_simple.py @@ -22,7 +22,7 @@ def main(): print("=" * 60) print(f"📊 环境: {os.environ.get('FLASK_ENV', 'unknown')}") print(f"🌐 服务器: Flask 内置服务器") - print(f"🔗 地址: http://0.0.0.0:5001") + print(f"🔗 地址: http://0.0.0.0:5002") print(f"📝 日志: 控制台输出") print("=" * 60) print("✅ 服务器启动中...")