Merge pull request #5461 from yash-fn/patch-1

documentation update for multiple spiders
This commit is contained in:
Andrey Rahmatullin 2022-04-15 14:39:26 +05:00 committed by GitHub
commit ded28f7bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,8 +180,8 @@ Same example but running the spiders sequentially by chaining the deferreds:
# Your second spider definition
...
configure_logging()
settings = get_project_settings()
configure_logging(settings)
runner = CrawlerRunner(settings)
@defer.inlineCallbacks