sep-019: fixed typo

This commit is contained in:
Pablo Hoffman 2013-03-12 18:44:09 -03:00
parent b2b256dc37
commit a4507f62c3
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ Proposed (new) startup process
settings.set('DOWNLOAD_DELAY', 5, priority=40)
crawler = Crawler(spidercls, settings=settings)
settings.override(spidercls.custom_settings())
settings.overrides.update(spidercls.custom_settings())
# load extensions, middlewares, pipelines
crawler.crawl(arg='value')
spider = self.spidercls.from_crawler(self, arg='value')