wangkun 2 سال پیش
والد
کامیت
75cb857aaa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      main/run_jxxf_recommend.py

+ 1 - 1
main/run_jxxf_recommend.py

@@ -13,7 +13,7 @@ class Main:
     @classmethod
     def main(cls, log_type, env):
         while True:
-            if datetime.datetime.now().hour <= 9:
+            if datetime.datetime.now().hour <= 8:
                 Common.logger(log_type).info('开始抓取"祝福大家好才是真好"\n')
                 Recommend.start_wechat(log_type, env)
                 Common.del_logs(log_type)