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,
                 account=self.account['account'],
                 type=self.crawl_type,
-                total=self.account.get('total', 0),  # 任务总数不设置时,默认为:0
+                total=self.account.get('total', 0),  # 任务总数默认值:0
                 count=0,
                 ip=get_host_ip(),
                 date=self.today,