wangkun vor 2 Jahren
Ursprung
Commit
c560666afc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      main/run_shipinhao_recommend.py

+ 1 - 1
main/run_shipinhao_recommend.py

@@ -19,7 +19,7 @@ class Main:
         while True:
         while True:
             if 20 >= datetime.datetime.now().hour >= 10:
             if 20 >= datetime.datetime.now().hour >= 10:
                 Recommend.start_wechat('recommend')
                 Recommend.start_wechat('recommend')
-                # Download.run_download_publish('recommend', env)
+                Download.run_download_publish('recommend', env)
                 Common.del_logs('recommend')
                 Common.del_logs('recommend')
                 time.sleep(5)
                 time.sleep(5)
             else:
             else: