|
@@ -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:
|