bugfix
This commit is contained in:
parent
7b4eaf3cbe
commit
751e6c6b0e
@ -36,7 +36,7 @@ async def file_handle(request, filepath, download=False):
|
||||
return r
|
||||
|
||||
async def file_download(request, filepath):
|
||||
return file_handle(request, filepath, download=True)
|
||||
return await file_handle(request, filepath, download=True)
|
||||
|
||||
async def path_download(request, kw, *params):
|
||||
path = kw.get('path')
|
||||
|
Loading…
Reference in New Issue
Block a user