From e27162d0d5fbbd0b464532850908c3768a9848b9 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sun, 4 Aug 2024 01:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=80=E4=B8=8B=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dowmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dowmd.py b/dowmd.py index 5b2ff63..18839f2 100644 --- a/dowmd.py +++ b/dowmd.py @@ -32,11 +32,11 @@ class dow_markdown(Plugin): try: send_msg = e_context["context"] text = send_msg["content"] - logger.info(f"[dow_markdown] on_handle_context sendMsg={text}") if send_msg["type"] == ReplyType.TEXT: if any(word in send_msg["content"] for word in ["画"]): receiver = send_msg.get("receiver") itchat.send("我正在绘画中,可能需要多等待一会,请稍后...",toUserName=receiver) + logger.info("[WX] sendMsg={}, receiver={}".format(text, receiver)) except Exception as e: logger.warn(f"[dow_markdown] on_handle_context failed, content={text}, error={e}") finally: