mirror of https://github.com/scrapy/scrapy.git
minor setting fix
This commit is contained in:
parent
ad3fd0afe8
commit
76e19baa29
|
|
@ -118,7 +118,7 @@ EXTENSIONS_BASE = {
|
|||
}
|
||||
|
||||
FEED_URI = None
|
||||
FEED_URI_ARGS = None # a function to extend uri arguments
|
||||
FEED_URI_PARAMS = None # a function to extend uri arguments
|
||||
FEED_FORMAT = 'jsonlines'
|
||||
FEED_STORE_EMPTY = False
|
||||
FEED_STORAGES = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue