|
@@ -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}小时')
|