From d1f7a4ecdb84acaf6a7d986a13a642a337dd31e5 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期四, 14 十一月 2024 18:17:25 +0800
Subject: [PATCH] 配置组权限
---
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