去除wcf对象
This commit is contained in:
@@ -98,7 +98,7 @@ class MessageStorage:
|
||||
|
||||
def process_image(self, msg: WxMessage):
|
||||
"""异步处理图片消息,与消息存档分离"""
|
||||
if msg.msg_type != 3 or not self.client: # 不是图片消息或没有WCF实例
|
||||
if msg.msg_type != 3 or not self.client: # 不是图片消息或没有client实例
|
||||
return False
|
||||
|
||||
# 提交任务到图片处理线程池
|
||||
|
||||
Reference in New Issue
Block a user