Web app bug fix.

This commit is contained in:
戒酒的李白
2025-08-24 14:20:56 +08:00
parent 92537703f3
commit 281c5834f6
5 changed files with 196 additions and 32 deletions
+1
View File
@@ -221,6 +221,7 @@ def start_app(app_name):
processes[app_name]['port']
)
if success:
# 等待应用启动
startup_success, startup_message = wait_for_app_startup(app_name, 15)