From 29bcb5cb390bad6c3802a7d17c9b872400ec4631 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Wed, 7 Aug 2024 21:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=BD=B1=E5=93=8D=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E5=AF=B9=E8=AF=9D=E4=B8=AD=E9=87=8D=E5=A4=8D=E5=8F=91?= =?UTF-8?q?=E9=80=81,=E7=8E=B0=E8=B0=83=E6=95=B4=E4=B8=BA=E9=92=88?= =?UTF-8?q?=E5=AF=B9=E6=8C=87=E4=BB=A4=E8=A7=A6=E5=8F=91?= 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 9ed3779..5632667 100644 --- a/dowmd.py +++ b/dowmd.py @@ -32,7 +32,7 @@ class dow_markdown(Plugin): send_msg = e_context["context"] try: text = send_msg["content"] - if any(word in send_msg["content"] for word in ["画", ".sd"]): + if any(word in send_msg["content"] for word in [".画", ".sd"]): receiver = send_msg.get("receiver") itchat.send("我正在绘画中,可能需要多等待一会,请稍后...", toUserName=receiver) logger.info("[WX] sendMsg={}, receiver={}".format(text, receiver))