Merge pull request #2466 from eLRuLL/settings-pipeline-template

[MRG+1] settings: fixing name of the pipeline template
This commit is contained in:
Mikhail Korobov 2017-02-02 17:16:57 +05:00 committed by GitHub
commit 9c75403176
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ ROBOTSTXT_OBEY = True
# Configure item pipelines
# See http://scrapy.readthedocs.org/en/latest/topics/item-pipeline.html
#ITEM_PIPELINES = {
# '$project_name.pipelines.SomePipeline': 300,
# '$project_name.pipelines.${ProjectName}Pipeline': 300,
#}
# Enable and configure the AutoThrottle extension (disabled by default)