mirror of https://github.com/scrapy/scrapy.git
Remove the check_configuration call.
This commit is contained in:
parent
9612ae3e93
commit
f1ed5598f4
|
|
@ -133,7 +133,6 @@ class Crawler:
|
|||
try:
|
||||
self.spider = self._create_spider(*args, **kwargs)
|
||||
self.engine = self._create_engine()
|
||||
self.addons.check_configuration(self)
|
||||
start_requests = iter(self.spider.start_requests())
|
||||
yield self.engine.open_spider(self.spider, start_requests)
|
||||
yield defer.maybeDeferred(self.engine.start)
|
||||
|
|
|
|||
Loading…
Reference in New Issue