From 30471c96c3520573f82a77cc386ddf0c9b3ac95d Mon Sep 17 00:00:00 2001 From: puckoprutt Date: Tue, 18 Feb 2025 22:11:58 +0100 Subject: [PATCH] removed autocreate json file --- dagens_lunch/settings.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dagens_lunch/settings.py b/dagens_lunch/settings.py index 6050feb..feba6fc 100644 --- a/dagens_lunch/settings.py +++ b/dagens_lunch/settings.py @@ -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