mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 23:23:43 +00:00
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…
x
Reference in New Issue
Block a user