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")