feature:积分交易功能上线
This commit is contained in:
2
robot.py
2
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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user