mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 08:34:26 -04:00
fix oneshot command type signature
This commit is contained in:
parent
95157427c2
commit
1aa7bac85b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
|
||||||
|
|
||||||
oneshot(
|
oneshot(
|
||||||
url=stdin_url or url,
|
url=stdin_url or url,
|
||||||
out_dir=str(Path(command.out_dir).resolve()),
|
out_dir=Path(command.out_dir).resolve(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue