Skip to content

Commit 6a49f14

Browse files
committed
Update heartFC_chat.py
1 parent b0739c4 commit 6a49f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chat/focus_chat/heartFC_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ async def _handle_action(
586586
return False, "", ""
587587

588588
# 处理动作并获取结果
589-
success, reply_text = await action_handler.handle_action()
589+
result = await action_handler.handle_action()
590590
if len(result) == 3:
591591
success, reply_text, command = result
592592
else:

0 commit comments

Comments
 (0)