Do not only warn on wrong spider modules for "scrapy list"

This commit is contained in:
Paul Tremberth 2017-03-09 17:38:15 +01:00
parent 9cfe9ae098
commit f2ac24eb7b
1 changed files with 1 additions and 2 deletions

View File

@ -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"