From 1f587128ffbc7b42dc93d779e5726bf726daa430 Mon Sep 17 00:00:00 2001 From: TylerCG <117808427+TylerCG@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:11:02 -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 d9b65b2..8bf3551 100644 --- a/app/main.py +++ b/app/main.py @@ -21,7 +21,7 @@ cached_data = None # api @app.get("/dropout/update") -async def dropoutUpdate(force: str = True): +async def dropoutUpdate(force: bool = True): global cached_data try: download.dropout.series(force)