From bd3d8532cf25adfe955fb1666a6a44d27aa1cb8e Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期四, 07 十一月 2024 15:30:32 +0800 Subject: [PATCH] 将reference发送给前端,并修改合并脚本。 --- app/api/report.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/api/report.py b/app/api/report.py index 22c9bf6..232c4b0 100644 --- a/app/api/report.py +++ b/app/api/report.py @@ -76,7 +76,7 @@ await websocket.send_json(result) print(f"Forwarded to client, {chat_id}: {result}") - last_message = "step" if steps else "message" + last_message = "message" if msg else "step" # 鍚姩涓や釜浠诲姟锛屽垎鍒鐞嗗鎴风鍜屾湇鍔$鐨勬秷鎭� tasks = [ -- Gitblit v1.8.0