lierqiang 2 years ago
parent
commit
7bbf82cd0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kuaishou/kuaishou_main/run_kuaishou_follow.py

+ 1 - 1
kuaishou/kuaishou_main/run_kuaishou_follow.py

@@ -24,7 +24,7 @@ def main(log_type, crawler, strategy, oss_endpoint, env, machine):
                                          env=env,
                                          machine=machine)
         Common.del_logs(log_type, crawler)
-        Common.logger(log_type, crawler).info(f'抓取完一轮,休眠{time.sleep(3600)}秒\n')
+        Common.logger(log_type, crawler).info(f'抓取完一轮,休眠60秒\n')
 
     except Exception as e:
         Common.logger(log_type, crawler).info(f"快手定向榜异常,触发报警:{e}\n")