Compare commits
2 Commits
46b167d7d4
...
d6ec7ff8dd
Author | SHA1 | Date | |
---|---|---|---|
d6ec7ff8dd | |||
060dd7a883 |
@ -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, self.path)
|
||||
x = await self.path_call(request)
|
||||
if isinstance(x,web.FileResponse):
|
||||
self.retResponse = x
|
||||
elif isinstance(x,Response):
|
||||
|
Loading…
Reference in New Issue
Block a user