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

disable log on version command. closes #1426

This commit is contained in:
Pablo Hoffman 2015-09-25 16:39:21 -03:00
parent 69398fa148
commit 75cd056223

View File

@ -11,6 +11,8 @@ from scrapy.commands import ScrapyCommand
class Command(ScrapyCommand):
default_settings = {'LOG_ENABLED': False}
def syntax(self):
return "[-v]"