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

+ 1 - 1
main/run_shipinhao_recommend.py

@@ -14,7 +14,7 @@ class Main:
     @classmethod
     def main(cls, env):
         while True:
-            if 20 >= datetime.datetime.now().hour >= 10:
+            if 16 >= datetime.datetime.now().hour >= 10:
                 Recommend.run_recommend('recommend', env)
                 Common.del_logs('recommend')
                 Common.logger('recommend').info('休眠{}小时\n', 24 - datetime.datetime.now().hour)