优化内容
This commit is contained in:
@@ -70,7 +70,7 @@ async def handle_mod_contacts(msg: WxMessage):
|
||||
"""处理联系人变更"""
|
||||
logger.info(f"联系人信息变更: {msg.raw_data}")
|
||||
# 获取对应的Robot实例并刷新联系人
|
||||
robot = robot_instances.get(msg.appid)
|
||||
# robot = robot_instances.get(msg.appid)
|
||||
# if robot:
|
||||
# robot.refresh_contacts()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user