Update main.py
This commit is contained in:
parent
ff4e9ca614
commit
1f587128ff
@ -21,7 +21,7 @@ cached_data = None
|
|||||||
|
|
||||||
# api
|
# api
|
||||||
@app.get("/dropout/update")
|
@app.get("/dropout/update")
|
||||||
async def dropoutUpdate(force: str = True):
|
async def dropoutUpdate(force: bool = True):
|
||||||
global cached_data
|
global cached_data
|
||||||
try:
|
try:
|
||||||
download.dropout.series(force)
|
download.dropout.series(force)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user