Update main.py

This commit is contained in:
TylerCG 2025-05-14 21:53:56 -04:00
parent 6b32f18ad5
commit ca81beba01

View File

@ -130,7 +130,7 @@ def get_latest_season(item):
async def dropout_download(
background_tasks: BackgroundTasks,
url: str = Form(...),
directory: Optional[int] = Form(None),
directory: str = Form(...),
prefix: Optional[str] = Form(None)
):
# Ensure output directory exists