bugfix
This commit is contained in:
parent
ae64cb78a5
commit
9622bbf7b6
@ -381,7 +381,7 @@ where backid=${backid}$
|
|||||||
"callerid": users[0].id,
|
"callerid": users[0].id,
|
||||||
"callerorgid": users[0].orgid
|
"callerorgid": users[0].orgid
|
||||||
})
|
})
|
||||||
asyncio.create_task(self.autorun_task(ne_id, params))
|
asyncio.create_task(self.autorun_task(ne.id, params))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await self.task_error_callback(ne.id, str(e))
|
await self.task_error_callback(ne.id, str(e))
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user