diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index 04276e67..27e24e58 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -97,7 +97,7 @@ class base_html_playwright(Fetcher): self.browser_type = os.getenv("PLAYWRIGHT_BROWSER_TYPE", 'chromium').strip('"') self.command_executor = os.getenv( "PLAYWRIGHT_DRIVER_URL", - 'ws://playwright-chrome:3000/playwright' + 'ws://playwright-chrome:3000' ).strip('"') # If any proxy settings are enabled, then we should setup the proxy object