force encoding utf8

This commit is contained in:
puckoprutt 2025-02-17 23:09:54 +01:00
parent 25541bf06f
commit cee2be72ef

View File

@ -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"