removed autocreate json file

This commit is contained in:
puckoprutt 2025-02-18 22:11:58 +01:00
parent e5df532825
commit 30471c96c3

View File

@ -89,12 +89,6 @@ CONCURRENT_REQUESTS_PER_DOMAIN = 8
# Set settings whose default value is deprecated to a future-proof value
TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor"
FEEDS = {
"items.json": {
"format": "json",
"encoding": "utf8"
}
}
FEED_EXPORT_ENCODING = "utf-8"
LOG_ENABLED = False