Added PostgresqlPostPipeline

This commit is contained in:
ayxan 2022-09-23 01:39:40 +04:00
parent fe0823d386
commit 18916c1f9d

View File

@ -62,7 +62,7 @@ ROBOTSTXT_OBEY = True
ITEM_PIPELINES = {
# 'post_scrape.pipelines.SqlitePostPipeline': 300,
'post_scrape.pipelines.PostgresqlPostPipeline': 300,
# 'post_scrape.pipelines.PostgresqlPostPipeline': 300,
}
# Enable and configure the AutoThrottle extension (disabled by default)