bugfix
This commit is contained in:
parent
24539f475a
commit
4a07d9b5df
@ -56,7 +56,7 @@ and finish_time is NULL"""
|
|||||||
|
|
||||||
async def uapicall(self, apiname, ns):
|
async def uapicall(self, apiname, ns):
|
||||||
userid = await self.env.get_user()
|
userid = await self.env.get_user()
|
||||||
x = self.uapi.call(self.upappid,
|
x = await self.uapi.call(self.upappid,
|
||||||
apiname,
|
apiname,
|
||||||
userid,
|
userid,
|
||||||
ns)
|
ns)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user