core: fixed engine getstatus() method for recent changes

This commit is contained in:
Pablo Hoffman 2009-06-20 21:57:03 -03:00
parent adccd9a04e
commit 61b1e67cd3
1 changed files with 1 additions and 1 deletions

View File

@ -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()",