From 46352099a21202ca40777522ca03a86296df503b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 6 Apr 2023 22:29:36 +0800 Subject: [PATCH] bugfix --- ahserver/processorResource.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ahserver/processorResource.py b/ahserver/processorResource.py index 3037241..aa4b4eb 100644 --- a/ahserver/processorResource.py +++ b/ahserver/processorResource.py @@ -304,6 +304,7 @@ class ProcessorResource(AppLogger, StaticResource,Url2File): return False def url2processor(self, request, url, fpath): + print('fpath=', fpath) config = getConfig() url = self.entireUrl(request, url) host = '/'.join(str(request.url).split('/')[:3])