mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Removed the ignore_https_errors
option when launching the Playwright browser.
This commit is contained in:
parent
d164c85426
commit
1a345a4036
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue