From 7cffada3a882d05214a5eb152b1ccd691f475136 Mon Sep 17 00:00:00 2001 From: Bakadax Date: Mon, 12 May 2025 18:44:28 +0800 Subject: [PATCH] typo --- src/plugins/heartFC_chat/normal_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/heartFC_chat/normal_chat.py b/src/plugins/heartFC_chat/normal_chat.py index ebf9b57e..ab052a93 100644 --- a/src/plugins/heartFC_chat/normal_chat.py +++ b/src/plugins/heartFC_chat/normal_chat.py @@ -355,7 +355,7 @@ class NormalChat: async def _process_initial_interest_messages(self): """处理启动时存在于 interest_dict 中的高兴趣消息。""" if not self.interest_dict: - return # 当 self.interset_dict 的值为 None 时,直接返回,防止进入 Chat 状态错误 + return # 当 self.interest_dict 的值为 None 时,直接返回,防止进入 Chat 状态错误 items_to_process = list(self.interest_dict.items()) if not items_to_process: return # 没有初始消息,直接返回