debug,msg 看看内容
This commit is contained in:
2
robot.py
2
robot.py
@@ -282,7 +282,7 @@ class Robot(Job):
|
|||||||
try:
|
try:
|
||||||
now_time = str(datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
|
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.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:
|
except Exception as e:
|
||||||
self.LOG.error(f"archive_message error: {e}")
|
self.LOG.error(f"archive_message error: {e}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user