wangkun 2 년 전
부모
커밋
b10251c237
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      main/run_ganggangdouchuan.py

+ 2 - 1
main/run_ganggangdouchuan.py

@@ -24,7 +24,8 @@ class Main:
         :return: None
         """
         while True:
-            if 11 >= datetime.datetime.now().hour >= 8:
+            if 23 >= datetime.datetime.now().hour >= 8:
+            # if 11 >= datetime.datetime.now().hour >= 8:
                 Common.logger(log_type).info('开始抓取"刚刚都传"小程序')
                 Recommend.start_wechat(log_type, crawler, oss_endpoint, env, job)
                 Common.del_logs(log_type)