force encoding utf8
This commit is contained in:
parent
25541bf06f
commit
cee2be72ef
@ -89,4 +89,10 @@ ROBOTSTXT_OBEY = False
|
|||||||
|
|
||||||
# Set settings whose default value is deprecated to a future-proof value
|
# Set settings whose default value is deprecated to a future-proof value
|
||||||
TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor"
|
TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor"
|
||||||
|
FEEDS = {
|
||||||
|
"items.json": {
|
||||||
|
"format": "json",
|
||||||
|
"encoding": "utf8"
|
||||||
|
}
|
||||||
|
}
|
||||||
FEED_EXPORT_ENCODING = "utf-8"
|
FEED_EXPORT_ENCODING = "utf-8"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user