mirror of https://github.com/scrapy/scrapy.git
core: fixed engine getstatus() method for recent changes
This commit is contained in:
parent
adccd9a04e
commit
61b1e67cd3
|
|
@ -416,7 +416,7 @@ class ExecutionEngine(object):
|
|||
"datetime.now()-self.start_time",
|
||||
"self.is_idle()",
|
||||
"self.scheduler.is_idle()",
|
||||
"len(self.scheduler.pending_domains)",
|
||||
"len(self.scheduler.pending_requests)",
|
||||
"self.downloader.is_idle()",
|
||||
"len(self.downloader.sites)",
|
||||
"self.downloader.has_capacity()",
|
||||
|
|
|
|||
Loading…
Reference in New Issue