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