wangkun 2 年之前
父節點
當前提交
46411ccefc
共有 2 個文件被更改,包括 44 次插入3 次删除
  1. 43 2
      main/haokan_play.py
  2. 1 1
      main/run_haokan_hot.py

文件差異過大導致無法顯示
+ 43 - 2
main/haokan_play.py


+ 1 - 1
main/run_haokan_hot.py

@@ -14,7 +14,7 @@ class Main:
     @classmethod
     def main(cls, log_type, our_id, env):
         while True:
-            if datetime.datetime.now().now().hour >= 12:
+            if datetime.datetime.now().now().hour >= 13:
                 Hot.get_hot_feeds(log_type, our_id, env)
                 Common.del_logs(log_type)
                 Common.logger(log_type).info(f'进入热榜抓取完毕,休眠{24-datetime.datetime.now().hour}小时')

部分文件因文件數量過多而無法顯示