From 7f2607450bad60be7392bc1e83ba02c85782f810 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 17 Jul 2026 12:06:50 +0800 Subject: [PATCH] bugfix --- wwwroot/transfer_check.dspy | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wwwroot/transfer_check.dspy b/wwwroot/transfer_check.dspy index 7143d5a..f3e3ef0 100644 --- a/wwwroot/transfer_check.dspy +++ b/wwwroot/transfer_check.dspy @@ -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}" + } + }