bugfix
This commit is contained in:
parent
e3a1152335
commit
5185d612ff
@ -212,7 +212,7 @@ class UAPI:
|
||||
bdy = json.loads(body)
|
||||
body = json.dumps(bdy, ensure_ascii=False)
|
||||
except Exception as e:
|
||||
exception(f'{e}, {body=},{api.data=}, {self.env=}')
|
||||
exception(f'{e}, {body=},{api.data=}')
|
||||
body = None
|
||||
_params = await self.rendertmpl(api.params)
|
||||
if _params:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user