wangkun 2 years ago
parent
commit
2e1a850486
2 changed files with 2 additions and 2 deletions
  1. BIN
      kuaishou/.DS_Store
  2. 2 2
      kuaishou/kuaishou_follow/kuaishou_follow.py

BIN
kuaishou/.DS_Store


+ 2 - 2
kuaishou/kuaishou_follow/kuaishou_follow.py

@@ -208,8 +208,8 @@ class Follow:
                     Common.logger(log_type, crawler).warning(f"user_sheet:{user_sheet} 10秒钟后重试")
                     continue
                 our_user_list = []
-                # for i in range(1, len(user_sheet)):
-                for i in range(1, 2):
+                for i in range(1, len(user_sheet)):
+                # for i in range(1, 2):
                     out_uid = user_sheet[i][2]
                     user_name = user_sheet[i][3]
                     our_uid = user_sheet[i][6]