From 2c7a3cf6057b3a9edcfb08efd3469127276c750f Mon Sep 17 00:00:00 2001 From: TylerCG <117808427+TylerCG@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:12: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 8bf3551..1879415 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: bool = True): +async def dropoutUpdate(force: bool = False): global cached_data try: download.dropout.series(force)