Browse Source

20260507.1

charley 6 days ago
parent
commit
0d5e9f45c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zc_spider/zc_new_daily_spider.py

+ 1 - 1
zc_spider/zc_new_daily_spider.py

@@ -534,7 +534,7 @@ def schedule_task():
     爬虫模块 定时任务 的启动文件
     """
     # 立即运行一次任务
-    # zc_main(log=logger)
+    zc_main(log=logger)
 
     # 设置定时任务
     schedule.every().day.at("00:01").do(zc_main, log=logger)