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

This commit is contained in:
github-actions[bot]
2025-06-12 12:30:00 +00:00
parent faa172f360
commit 9b4fa2155e
5 changed files with 458 additions and 444 deletions

2
bot.py
View File

@@ -10,6 +10,7 @@ from dotenv import load_dotenv
# 最早期初始化日志系统,确保所有后续模块都使用正确的日志格式
from src.common.logger import initialize_logging
initialize_logging()
from src.common.logger import get_logger
@@ -46,7 +47,6 @@ app = None
loop = None
async def request_shutdown() -> bool:
"""请求关闭程序"""
try: