mirror of https://github.com/Mai-with-u/MaiBot.git
Update normal_chat.py
parent
8f7a8e6c22
commit
44266833e2
|
|
@ -201,6 +201,7 @@ class NormalChat:
|
||||||
break
|
break
|
||||||
|
|
||||||
# 获取待处理消息列表
|
# 获取待处理消息列表
|
||||||
|
if self.interest_dict:
|
||||||
items_to_process = list(self.interest_dict.items())
|
items_to_process = list(self.interest_dict.items())
|
||||||
if not items_to_process:
|
if not items_to_process:
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue