From ca81beba01fcb16d593bfcb019c990fd96724a81 Mon Sep 17 00:00:00 2001 From: TylerCG <117808427+TylerCG@users.noreply.github.com> Date: Wed, 14 May 2025 21:53:56 -0400 Subject: [PATCH] Update main.py --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 89a8933..2171b74 100644 --- a/app/main.py +++ b/app/main.py @@ -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