mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 03:36:55 -04:00
always pre-setup binproviders
This commit is contained in:
parent
f8e2f7c753
commit
6b47510f70
5 changed files with 13 additions and 1 deletions
|
@ -164,3 +164,4 @@ class PlaywrightBinProvider(BinProvider):
|
|||
return (proc.stderr.strip() + "\n" + proc.stdout.strip()).strip()
|
||||
|
||||
PLAYWRIGHT_BINPROVIDER = PlaywrightBinProvider()
|
||||
PLAYWRIGHT_BINPROVIDER.setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue