mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 10:25:11 -04:00
rename vendor dir to pkgs
This commit is contained in:
parent
7d75867650
commit
dee4eb7992
168 changed files with 47 additions and 54 deletions
|
@ -1,18 +0,0 @@
|
|||
__package__ = 'abx_plugin_puppeteer'
|
||||
|
||||
|
||||
from abx_spec_config.base_configset import BaseConfigSet
|
||||
|
||||
|
||||
###################### Config ##########################
|
||||
|
||||
|
||||
class PuppeteerConfig(BaseConfigSet):
|
||||
PUPPETEER_BINARY: str = 'puppeteer'
|
||||
# PUPPETEER_ARGS: Optional[List[str]] = Field(default=None)
|
||||
# PUPPETEER_EXTRA_ARGS: List[str] = []
|
||||
# PUPPETEER_DEFAULT_ARGS: List[str] = ['--timeout={TIMEOUT-10}']
|
||||
pass
|
||||
|
||||
|
||||
PUPPETEER_CONFIG = PuppeteerConfig()
|
Loading…
Add table
Add a link
Reference in a new issue