From bf45b2c441b90c37e45a63bb87a3e31576a9fd33 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 25 Oct 2023 12:00:13 +0200 Subject: [PATCH] status is only text here, remove --- changedetectionio/content_fetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index 3762d043..e433070d 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -479,7 +479,7 @@ class base_html_playwright(Fetcher): response = browsersteps_interface.action_goto_url(value=url) if self.webdriver_js_execute_code is not None and len(self.webdriver_js_execute_code): - response = browsersteps_interface.action_execute_js(value=self.webdriver_js_execute_code, selector=None) + browsersteps_interface.action_execute_js(value=self.webdriver_js_execute_code, selector=None) self.page.wait_for_timeout(1 * 1000) except playwright._impl._api_types.TimeoutError as e: