mirror of https://github.com/scrapy/scrapy.git
Remove JOBDIR from default settings
This commit is contained in:
parent
8e7d2ef133
commit
48eff4ee8f
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue