From b4a0d6ac3982621bf72aec7f0536d0d283446525 Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期四, 14 十一月 2024 19:55:46 +0800
Subject: [PATCH] log改为data

---
 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