1
0
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:
Pablo Hoffman 2010-08-25 05:06:45 -03:00
parent 8e83f527b3
commit 54024d1d3f

View File

@ -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()