feature:加入功能,小朋友人脸识别与分类。
This commit is contained in:
4
robot.py
4
robot.py
@@ -409,7 +409,8 @@ class Robot(Job):
|
||||
"wcf": self.wcf, # 提供wcf对象,让插件可以直接发送消息
|
||||
"message_util": self.message_util, # 提供消息工具类
|
||||
"gbm": self.gbm, # 每次从程序变量中取,保证最新
|
||||
"all_contacts": self.allContacts
|
||||
"all_contacts": self.allContacts,
|
||||
"full_wx_msg": msg
|
||||
}
|
||||
|
||||
# 检查插件是否可以处理该消息
|
||||
@@ -490,6 +491,7 @@ class Robot(Job):
|
||||
self.send_text_msg(output, r)
|
||||
except Exception as e:
|
||||
self.LOG.error(f"SendRanking error:{e}")
|
||||
|
||||
#
|
||||
# # 设置定时任务
|
||||
# def game_auto_tasks(self):
|
||||
|
||||
Reference in New Issue
Block a user