855 协议版本-调整完毕内容
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import json
|
||||
import logging
|
||||
from loguru import logger
|
||||
import os
|
||||
|
||||
import toml
|
||||
@@ -9,7 +9,7 @@ from admin.dashboard.blueprints.auth import login_required
|
||||
|
||||
# 创建蓝图
|
||||
plugin_routes = Blueprint('plugin_routes', __name__)
|
||||
LOG = logging.getLogger(__name__)
|
||||
LOG = logger
|
||||
|
||||
|
||||
# 机器人管理页面
|
||||
|
||||
Reference in New Issue
Block a user