Update heartFC_chat.py

This commit is contained in:
SengokuCola
2025-06-12 22:20:32 +08:00
parent b0739c42e3
commit 6a49f142ca

View File

@@ -586,7 +586,7 @@ class HeartFChatting:
return False, "", "" return False, "", ""
# 处理动作并获取结果 # 处理动作并获取结果
success, reply_text = await action_handler.handle_action() result = await action_handler.handle_action()
if len(result) == 3: if len(result) == 3:
success, reply_text, command = result success, reply_text, command = result
else: else: