mirror of https://github.com/scrapy/scrapy.git
Do not only warn on wrong spider modules for "scrapy list"
This commit is contained in:
parent
226363794e
commit
0bafba5ad8
|
|
@ -4,8 +4,7 @@ from scrapy.commands import ScrapyCommand
|
|||
class Command(ScrapyCommand):
|
||||
|
||||
requires_project = True
|
||||
default_settings = {'LOG_ENABLED': False,
|
||||
'SPIDER_LOADER_WARN_ONLY': True}
|
||||
default_settings = {'LOG_ENABLED': False}
|
||||
|
||||
def short_desc(self):
|
||||
return "List available spiders"
|
||||
|
|
|
|||
Loading…
Reference in New Issue