Remove JOBDIR from default settings

This commit is contained in:
Aaron Tan 2021-08-08 20:52:14 +10:00
parent 8e7d2ef133
commit 48eff4ee8f
1 changed files with 0 additions and 2 deletions

View File

@ -199,8 +199,6 @@ ITEM_PROCESSOR = 'scrapy.pipelines.ItemPipelineManager'
ITEM_PIPELINES = {}
ITEM_PIPELINES_BASE = {}
JOBDIR = ''
LOG_ENABLED = True
LOG_ENCODING = 'utf-8'
LOG_FORMATTER = 'scrapy.logformatter.LogFormatter'