🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-05-16 09:35:00 +00:00
parent e4f7c1fe62
commit 335c62c50f
2 changed files with 1 additions and 7 deletions

View File

@@ -391,11 +391,7 @@ class EmojiManager:
# if not self._initialized:
# try:
# # Ensure Peewee database connection is up and tables are created
# self._initialized = True
# except Exception as e:
# logger.exception(f"初始化表情管理器失败: {e}")