bugfix
This commit is contained in:
parent
3bbbdf59e5
commit
0c44c5fc4c
@ -375,7 +375,7 @@ where backid=${backid}$
|
||||
"callback":f,
|
||||
"errback": ef
|
||||
})
|
||||
asyncio.create_task(env.run_skillagent, params)
|
||||
asyncio.create_task(env.run_skillagent(params))
|
||||
except Exception as e:
|
||||
await self.task_error_callback(ne.id, str(e))
|
||||
# ------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user