From e457c921bbf35911c23bf8ce7aa4417ea6e6fccc Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 5 Mar 2025 12:27:31 +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 8fe3e85..0518d54 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}")