bugfix
This commit is contained in:
parent
6eed0f2f18
commit
9b6872bdd9
@ -60,7 +60,8 @@ async def path_download(request, kw, *params):
|
|||||||
fp = fs.realPath(path)
|
fp = fs.realPath(path)
|
||||||
return await file_download(request, fp)
|
return await file_download(request, fp)
|
||||||
|
|
||||||
rf = RegisterFunction('download_path', path_download)
|
rf = RegisterFunction()
|
||||||
|
rf.register('download_path', path_download)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user