diff --git a/scrapy/contrib/webconsole/livestats.py b/scrapy/contrib/webconsole/livestats.py index f18c98cde..2c1d6bec4 100644 --- a/scrapy/contrib/webconsole/livestats.py +++ b/scrapy/contrib/webconsole/livestats.py @@ -52,7 +52,7 @@ class LiveStats(object): totdomains = totscraped = totcrawled = totscheduled = totactive = totdqueued = tottransf = 0 s = banner(self) s += "
| Domain | Items Scraped | Pages Crawled | Scheduler Pending | Downloader Queued | Downloader Active | Downloader Transferring | Start time | Finish time | Run time |
|---|---|---|---|---|---|---|---|---|---|
| Spider | Items Scraped | Pages Crawled | Scheduler Pending | Downloader Queued | Downloader Active | Downloader Transferring | Start time | Finish time | Run time |