bugfix
This commit is contained in:
parent
a05baa67f9
commit
7b4eaf3cbe
@ -36,7 +36,7 @@ async def file_handle(request, filepath, download=False):
|
||||
return r
|
||||
|
||||
async def file_download(request, filepath):
|
||||
return file_handler(request, filepath, download=True)
|
||||
return 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