Update sub_heartflow.py

This commit is contained in:
SengokuCola
2025-04-23 15:52:47 +08:00
parent b4a723037a
commit 26904b9306

View File

@@ -306,9 +306,7 @@ class SubHeartflow:
self.heart_fc_instance = None
chat_stream = chat_manager.get_stream(self.chat_id)
self.normal_chat_instance = NormalChat(
chat_stream=chat_stream, interest_dict=self.get_interest_dict()
)
self.normal_chat_instance = NormalChat(chat_stream=chat_stream, interest_dict=self.get_interest_dict())
await self.normal_chat_instance.start_monitoring_interest()
# NormalChat 启动/停止逻辑将在下面处理