lierqiang 2 years ago
parent
commit
f39a4ad57a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      kuaishou/kuaishou_follow/kuaishou_follow.py

+ 0 - 6
kuaishou/kuaishou_follow/kuaishou_follow.py

@@ -680,15 +680,9 @@ class KuaiShouFollow:
             except Exception as e:
                 Common.logger(log_type, crawler).info(f"用户:{user_name}, 抓取异常:{e}\n")
                 continue
-<<<<<<< HEAD
             # sleep_time = random.randint(1,3)
             # Common.logger(log_type, crawler).info(f"休眠{sleep_time}秒\n")
             # time.sleep(sleep_time)
-=======
-            sleep_time = random.randint(1, 3)
-            Common.logger(log_type, crawler).info(f"休眠{sleep_time}秒\n")
-            time.sleep(sleep_time)
->>>>>>> lierqiang
 
 
 if __name__ == "__main__":