mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 08:34:26 -04:00
fix cli loading edge case where setup_django wasnt running when it should
This commit is contained in:
parent
f21b86aba8
commit
6740202d78
2 changed files with 18 additions and 6 deletions
|
@ -29,7 +29,7 @@ ORCHESTRATOR = None
|
|||
|
||||
@enforce_types
|
||||
def add(urls: str | list[str],
|
||||
depth: int=0,
|
||||
depth: int | str=0,
|
||||
tag: str='',
|
||||
parser: str="auto",
|
||||
extract: str="",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue