From 495172128601000c1c88ebba0d27d051e9e4457f Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Tue, 11 Oct 2022 07:59:51 -0400 Subject: [PATCH] Update changedetectionio/store.py Co-authored-by: dgtlmoon --- changedetectionio/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/store.py b/changedetectionio/store.py index e5ea971a..0ce0bc67 100644 --- a/changedetectionio/store.py +++ b/changedetectionio/store.py @@ -582,7 +582,7 @@ class ChangeDetectionStore: # We incorrectly used common header overrides that should only apply to Requests # These are now handled in content_fetcher::html_requests and shouldnt be passed to Playwright/Selenium - def update_6(self): + def update_8(self): # These were hard-coded in early versions for v in ['User-Agent', 'Accept', 'Accept-Encoding', 'Accept-Language']: if self.data['settings']['headers'].get(v):