mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +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:
|
with sync_playwright() as p:
|
||||||
try:
|
try:
|
||||||
browser = p.chromium.launch(ignore_https_errors=not self.verify_ssl)
|
browser = p.chromium.launch()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.playwright_available = False
|
self.playwright_available = False
|
||||||
self.print_error(str(e))
|
self.print_error(str(e))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue