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:
parent
0d637a6703
commit
5371d900a5
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user