bugfix
This commit is contained in:
parent
1902cfbc53
commit
35bcc9968a
@ -6,4 +6,4 @@ try:
|
|||||||
resp = await uptask_feedback(task_id, params_kw)
|
resp = await uptask_feedback(task_id, params_kw)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
exception(f'{e}')
|
exception(f'{e}')
|
||||||
return json_resposne({'text': 'ok'})
|
return json_response({'text': 'ok'})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user