Compare commits
No commits in common. "d6ec7ff8dd2ab1b4f3627979d6930ce5e8173aec" and "46b167d7d4d3608e9d542acbf23ae38fabf9889a" have entirely different histories.
d6ec7ff8dd
...
46b167d7d4
@ -44,7 +44,7 @@ class FunctionProcessor(BaseProcessor):
|
||||
return f(request, params_kw, *args, **self.run_ns)
|
||||
|
||||
async def datahandle(self,request):
|
||||
x = await self.path_call(request)
|
||||
x = await self.path_call(request, self.path)
|
||||
if isinstance(x,web.FileResponse):
|
||||
self.retResponse = x
|
||||
elif isinstance(x,Response):
|
||||
|
Loading…
Reference in New Issue
Block a user