bugfix
This commit is contained in:
parent
fd48b8b181
commit
7f2607450b
@ -64,4 +64,11 @@ try:
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
exception(f'transfer_check.dspy error: {e}')
|
exception(f'transfer_check.dspy error: {e}')
|
||||||
return {"widgettype": "Message", "options": {"timeout": 5, "title": "错误", "message": f"处理失败: {e}"}
|
return {
|
||||||
|
"widgettype": "Message",
|
||||||
|
"options": {
|
||||||
|
"timeout": 5,
|
||||||
|
"title": "错误",
|
||||||
|
"message": f"处理失败: {e}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user