From 6ed7ba1e92a5be4d48b230ee064035faa9d851cf Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Sat, 23 Aug 2025 23:40:26 +0800 Subject: [PATCH] =?UTF-8?q?Update=20docs/plugins/HandlerResult=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=8C=87=E5=8D=97.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/plugins/HandlerResult使用指南.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/HandlerResult使用指南.md b/docs/plugins/HandlerResult使用指南.md index 363dec84..0c32d8d8 100644 --- a/docs/plugins/HandlerResult使用指南.md +++ b/docs/plugins/HandlerResult使用指南.md @@ -32,7 +32,7 @@ if results.all_continue_process(): # 获取失败的处理器 failed_handlers = results.get_failed_handlers() -for handler in failed.handlers: +for handler in failed_handlers: print(f"处理器 {handler.handler_name} 失败: {handler.message}") # 获取停止处理的处理器