优化日志

This commit is contained in:
Windpicker-owo
2025-11-26 21:16:16 +08:00
parent e0157256b1
commit 0908fb50a0
100 changed files with 493 additions and 574 deletions

2
bot.py
View File

@@ -249,7 +249,7 @@ class ShutdownManager:
return success
except Exception as e:
logger.error(f"麦麦关闭失败: {e}", exc_info=True)
logger.error(f"麦麦关闭失败: {e}")
return False