From f2dd89de459d78e2c0bf54d0e8b2041fb0759fa4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 23 Dec 2024 11:47:29 +0800 Subject: [PATCH] bugfix --- ahserver/filedownload.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ahserver/filedownload.py b/ahserver/filedownload.py index d7f0557..5dbb226 100644 --- a/ahserver/filedownload.py +++ b/ahserver/filedownload.py @@ -56,7 +56,6 @@ async def file_download(request, filepath, content_type=None): raise HTTPNotFound async def path_download(request, kw, *params): - debug(f'path_download(): {kw=}, {params=}') path = kw.get('path') fs = FileStorage() fp = fs.realPath(path)