Update changedetectionio/store.py

Co-authored-by: dgtlmoon <leigh@morresi.net>
diff-proposed-for-bwees
Brandon Wees 2 years ago committed by GitHub
parent a50d6db0b2
commit 4951721286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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):

Loading…
Cancel
Save