diff --git a/scrapy/commands/fetch.py b/scrapy/commands/fetch.py index a9b7ede4a..eefbd71eb 100644 --- a/scrapy/commands/fetch.py +++ b/scrapy/commands/fetch.py @@ -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()