mirror of https://github.com/Mai-with-u/MaiBot.git
修复空报错
parent
8a520df064
commit
4357bdbe83
|
|
@ -202,7 +202,7 @@ class NormalChat:
|
|||
break
|
||||
|
||||
# 获取待处理消息列表
|
||||
items_to_process = list(self.interest_dict.items())
|
||||
items_to_process = list(self.interest_dict.items()) if self.interest_dict else []
|
||||
if not items_to_process:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue