From fb6a96773de7346f187c3ee1cc4a7177d71e9591 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 28 Aug 2019 11:30:31 +0800 Subject: [PATCH] bugfix --- ahserver/processorResource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahserver/processorResource.py b/ahserver/processorResource.py index eb10d4a..5c15060 100644 --- a/ahserver/processorResource.py +++ b/ahserver/processorResource.py @@ -182,7 +182,7 @@ class ProcessorResource(StaticResource): dp = '/'.join(pp) path = path_decode(dp) print('path=',path) - return await file_download(path) + return await file_download(request, path) for word, handlername in self.y_processors: if path.endswith(word):