Update main.py

This commit is contained in:
TylerCG 2025-04-29 17:11:02 -04:00
parent ff4e9ca614
commit 1f587128ff

View File

@ -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)