Skip to content

Commit 984e650

Browse files
authored
fix: install call for Playwright browser
1 parent b6e50d1 commit 984e650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepl/deepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def __sanitize_script(self, script: str) -> str:
246246

247247
async def __get_browser(self, p: Playwright) -> Browser:
248248
"""Launch browser executable and get playwright browser object."""
249-
install(p.chromium, with_deps=True)
249+
install([p.chromium], with_deps=True)
250250

251251
return await p.chromium.launch(
252252
headless=True,

0 commit comments

Comments
 (0)