fix cli loading edge case where setup_django wasnt running when it should

This commit is contained in:
Nick Sweeting 2024-11-19 04:20:00 -08:00
parent f21b86aba8
commit 6740202d78
No known key found for this signature in database
2 changed files with 18 additions and 6 deletions

View file

@ -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="",