1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 06:04:29 +00:00

corrected the banner from scrapyctl webconsole module

This commit is contained in:
Ismael Carnales 2009-10-21 12:14:41 -02:00
parent 0d637a6703
commit 5371d900a5

View File

@ -44,9 +44,9 @@ class Spiderctl(object):
s += '<table border=1">\n'
s += "<tr><th>Idle (%d)</th><th>Scheduled (%d)</th><th>Running (%d/%d)</th><th>Finished (%d)</th></tr>\n" % \
(len(self.idle),
len(self.scheduled),
len(self.running),
settings['CONCURRENT_DOMAINS'],
len(self.scheduled),
len(self.finished))
s += "<tr>\n"