Fix view command against new --no-redirect option

This commit is contained in:
Paul Tremberth 2017-01-19 16:28:52 +01:00
parent 5586fc7e38
commit b279bc8546
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Command(fetch.Command):
"contents in a browser"
def add_options(self, parser):
ScrapyCommand.add_options(self, parser)
super(Command, self).add_options(parser)
parser.add_option("--spider", dest="spider",
help="use this spider")