settings: fixing name of the pipeline template

This commit is contained in:
Raul Gallegos 2016-12-24 11:55:04 -05:00
parent cc06b6b1f6
commit e7c7e055ff
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)