From 54024d1d3fdc9a82385abbca149ef724feff5190 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 25 Aug 2010 05:06:45 -0300 Subject: [PATCH] Removed unneeded line --- scrapy/commands/fetch.py | 1 - 1 file changed, 1 deletion(-) 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()