wangkun 3 anni fa
parent
commit
46411ccefc
2 ha cambiato i file con 44 aggiunte e 3 eliminazioni
  1. 43 2
      main/haokan_play.py
  2. 1 1
      main/run_haokan_hot.py

File diff suppressed because it is too large
+ 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}小时')

Some files were not shown because too many files changed in this diff