|
@@ -463,7 +463,7 @@ class Follow:
|
|
|
browse_id = user_sheet[i][5]
|
|
|
our_uid = user_sheet[i][6]
|
|
|
uer_url = user_sheet[i][4]
|
|
|
- if our_uid is not None and user_name is not None:
|
|
|
+ if out_uid is not None and user_name is not None:
|
|
|
Common.logger(log_type, crawler).info(f"正在更新 {user_name} 用户信息\n")
|
|
|
# 获取站外browse_id,并写入飞书
|
|
|
# if browse_id is None:
|