dongzhaorui 3 年之前
父節點
當前提交
e26e988913
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zbytb/crawler/crawl_scheduler.py

+ 1 - 1
zbytb/crawler/crawl_scheduler.py

@@ -131,7 +131,7 @@ class Scheduler:
                 site=self.site,
                 site=self.site,
                 account=self.account['account'],
                 account=self.account['account'],
                 type=self.crawl_type,
                 type=self.crawl_type,
-                total=self.account.get('total', 0),  # 任务总数不设置时,默认为:0
+                total=self.account.get('total', 0),  # 任务总数默认值:0
                 count=0,
                 count=0,
                 ip=get_host_ip(),
                 ip=get_host_ip(),
                 date=self.today,
                 date=self.today,