wangkun 2 years ago
parent
commit
c560666afc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/run_shipinhao_recommend.py

+ 1 - 1
main/run_shipinhao_recommend.py

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