Update normal_chat.py

pull/978/head
SengokuCola 2025-05-17 12:36:46 +08:00
parent 44266833e2
commit cad89735b2
1 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,8 @@ class NormalChat:
items_to_process = list(self.interest_dict.items())
if not items_to_process:
continue
else:
return
# 处理每条兴趣消息
for msg_id, (message, interest_value, is_mentioned) in items_to_process: