🤖 自动格式化代码 [skip ci]
This commit is contained in:
2
bot.py
2
bot.py
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user