This commit is contained in:
yumoqing 2026-07-17 12:06:50 +08:00
parent fd48b8b181
commit 7f2607450b

View File

@ -64,4 +64,11 @@ try:
except Exception as 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}"
}
}