From cd83704a5e0f331a9caba863998fbc8333c8eb76 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 15 Mar 2026 16:56:05 +0100 Subject: [PATCH] oops --- changedetectionio/model/Watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/model/Watch.py b/changedetectionio/model/Watch.py index 268642b4..4b09415d 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -399,7 +399,7 @@ class model(EntityPersistenceMixin, watch_base): fetcher_name = self.get_fetch_backend # already handles is_pdf → html_requests if not fetcher_name or fetcher_name == 'system': - fetcher_name = self._datastore.data['settings']['application'].get('fetch_backend', 'html_requests') + fetcher_name = self._datastore['settings']['application'].get('fetch_backend', 'html_requests') fetcher_class = getattr(content_fetchers, fetcher_name, None) if fetcher_class is None: