调整输出内容

This commit is contained in:
liuwei
2025-02-19 15:15:50 +08:00
parent 3083ed948f
commit d7087628df
2 changed files with 5 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ def archive_message(group_id, timestamp_str, sender, content, message_type, atta
# 提交事务
connection.commit()
print(f"Message archived successfully{timestamp_str}:{group_id}:{sender}: {content}")
print(f"Archived{timestamp_str}:{group_id}:{sender}: {content}")
except Exception as e:
print(f"Error archiving message: {e}")