mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
Update archivebox/plugins_pkg/playwright/binproviders.py
This commit is contained in:
parent
49c520914c
commit
50a85ec97b
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ class PlaywrightBinProvider(BaseBinProvider):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
@computed_field
|
|
||||||
@property
|
@property
|
||||||
def playwright_browsers_dir(self) -> Path:
|
def playwright_browsers_dir(self) -> Path:
|
||||||
# The directory where playwright stores browsers can be overridden with
|
# The directory where playwright stores browsers can be overridden with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue