Update main.py
This commit is contained in:
parent
1f587128ff
commit
2c7a3cf605
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user