diff --git a/aider/scrape.py b/aider/scrape.py index a9f9ea8a7..252e396ac 100755 --- a/aider/scrape.py +++ b/aider/scrape.py @@ -112,7 +112,7 @@ class Scraper: with sync_playwright() as p: try: - browser = p.chromium.launch(ignore_https_errors=not self.verify_ssl) + browser = p.chromium.launch() except Exception as e: self.playwright_available = False self.print_error(str(e))