1
0
Fork 0
mirror of synced 2024-06-25 01:20:30 +12:00

Update archivebox/cli/archivebox_add.py

This commit is contained in:
Nick Sweeting 2020-11-13 14:52:21 -05:00 committed by GitHub
parent 54df0a035b
commit 257d3f2a98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
overwrite=command.overwrite,
init=command.init,
out_dir=pwd or OUTPUT_DIR,
extractors = command.extract,
extractors=command.extract,
)