fix: 移除残留的 ai_response 引用

This commit is contained in:
2026-04-12 00:47:48 +08:00
parent a07de626ad
commit 28d0fbc5ce
6 changed files with 9 additions and 2 deletions

View File

@@ -258,8 +258,6 @@ class MatrixBot:
room_id=room.room_id
)
logger.info(f"Matrix回复已发送: {ai_response[:50]}")
except Exception as e:
logger.error(f"处理Matrix消息失败: {e}")
import traceback