diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index eace751b..ff86c9af 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -118,6 +118,7 @@ class base_html_playwright(Fetcher): ignore_status_codes=False): from playwright.sync_api import sync_playwright + import playwright._impl._api_types from playwright._impl._api_types import Error, TimeoutError with sync_playwright() as p: