mirror of https://github.com/scrapy/scrapy.git
Removed unneeded line
This commit is contained in:
parent
8e83f527b3
commit
54024d1d3f
|
|
@ -48,7 +48,6 @@ class Command(ScrapyCommand):
|
|||
except KeyError:
|
||||
log.msg("Could not find spider: %s" % opts.spider, log.ERROR)
|
||||
|
||||
crawler.configure()
|
||||
crawler.queue.append_request(request, spider, \
|
||||
default_spider=BaseSpider('default'))
|
||||
crawler.start()
|
||||
|
|
|
|||
Loading…
Reference in New Issue