mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 20:01:04 +00:00
fix(config_manager): logger 使用插件内置日志
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
from astrbot.api import AstrBotConfig, logger
|
||||
from astrbot.api import AstrBotConfig
|
||||
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
|
||||
|
||||
from ...utils.logger import logger
|
||||
|
||||
|
||||
class ConfigManager:
|
||||
"""配置管理器
|
||||
|
||||
Reference in New Issue
Block a user