1 parent b6e50d1 commit 984e650Copy full SHA for 984e650
1 file changed
deepl/deepl.py
@@ -246,7 +246,7 @@ def __sanitize_script(self, script: str) -> str:
246
247
async def __get_browser(self, p: Playwright) -> Browser:
248
"""Launch browser executable and get playwright browser object."""
249
- install(p.chromium, with_deps=True)
+ install([p.chromium], with_deps=True)
250
251
return await p.chromium.launch(
252
headless=True,
0 commit comments