From b94ef5f17359292adddcf567d660977356079112 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 25 Oct 2023 12:10:01 +0200 Subject: [PATCH] remove extra sleep, wasnt there originally --- changedetectionio/content_fetcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index e433070d..2e8641c8 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -480,7 +480,6 @@ class base_html_playwright(Fetcher): if self.webdriver_js_execute_code is not None and len(self.webdriver_js_execute_code): 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: context.close()