From f8f196297fb40cc62f0bb3e667730ab39a5fde94 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sat, 3 Aug 2024 19:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0on=5Fhandle=5Fcontext?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dowmd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dowmd.py b/dowmd.py index 58b3b68..d7c5b7d 100644 --- a/dowmd.py +++ b/dowmd.py @@ -30,6 +30,7 @@ class dow_markdown(Plugin): def on_handle_context(self,e_context:EventContext): try: send_msg = e_context["context"] + logger.info(f"[dow_markdown] on_handle_context sendMsg={send_msg["content"]}") if send_msg["type"] == ReplyType.TEXT: if any(word in send_msg["content"] for word in ["画"]): receiver = send_msg.get("receiver")