From 06ad1b6c6ee754a43ec139f4d48980ad7f703499 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 5 Mar 2025 12:36:00 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E7=A7=AF=E5=88=86=E4=BA=A4?= =?UTF-8?q?=E6=98=93=E5=8A=9F=E8=83=BD=E4=B8=8A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index 0518d54..8fe3e85 100644 --- a/robot.py +++ b/robot.py @@ -285,7 +285,7 @@ class Robot(Job): try: now_time = str(datetime.now().strftime("%Y-%m-%d %H:%M:%S")) self.message_storage.archive_message(msg.roomid, now_time, msg.sender, msg.content, msg.type, msg.extra) - self.LOG.info(f"msg.xml:{msg.xml}") + # self.LOG.info(f"msg.xml:{msg.xml}") except Exception as e: self.LOG.error(f"archive_message error: {e}")