feature:积分交易功能上线

This commit is contained in:
liuwei
2025-03-05 12:36:00 +08:00
parent 793e4cd449
commit 06ad1b6c6e

View File

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