@@ -452,7 +452,7 @@ class Robot(Job):
"""更新联系人详细信息(昵称等)"""
try:
# 将wxid列表分批处理,每批50个
batch_size = 50
batch_size = 10
wxids = list(contacts_dict.keys())
for i in range(0, len(wxids), batch_size):
The note is not visible to the blocked user.