From a3d0baa3d84fc8480b5a4d1788614f32bb3ceffc Mon Sep 17 00:00:00 2001 From: hp0912 <809211365@qq.com> Date: Sat, 30 May 2026 11:38:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=91=E9=80=81=E8=89=BE=E7=89=B9?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=BB=93=E6=9D=9F=E7=AC=A6=E5=8F=B7=E6=97=A0?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/send-mention-message/scripts/send_mention_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/send-mention-message/scripts/send_mention_message.py b/skills/send-mention-message/scripts/send_mention_message.py index 5fb41ff..af4cfc1 100644 --- a/skills/send-mention-message/scripts/send_mention_message.py +++ b/skills/send-mention-message/scripts/send_mention_message.py @@ -280,7 +280,7 @@ def main() -> int: _send_text_message(client_port, chat_room_id, content, at_wechat_ids) sys.stdout.write("艾特消息发送成功\n") if ended: - sys.stdout.write("ended\n") + sys.stdout.write("ended") return 0 except Exception as exc: sys.stdout.write(f"艾特消息发送失败: {exc}\n")