mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
make test for playwright more robust #791
This commit is contained in:
parent
9d02628cf8
commit
644ec6f964
1 changed files with 4 additions and 4 deletions
|
@ -91,8 +91,8 @@ class Scraper:
|
|||
if self.playwright_available is not None:
|
||||
return
|
||||
|
||||
with sync_playwright() as p:
|
||||
try:
|
||||
with sync_playwright() as p:
|
||||
p.chromium.launch()
|
||||
self.playwright_available = True
|
||||
except Exception:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue