diff --git a/scripts/deforum_api.py b/scripts/deforum_api.py index fe0683486..b4a36ee5f 100644 --- a/scripts/deforum_api.py +++ b/scripts/deforum_api.py @@ -165,7 +165,7 @@ async def run_batch(batch: Batch, response: Response): # List all batches and theit job ids @app.get("/deforum_api/batches") - async def list_batches(id: str): + async def list_batches(): return JobStatusTracker().batches # Show the details of all jobs in a batch