去除log无效内容

This commit is contained in:
liuwei
2025-05-28 17:03:20 +08:00
parent 9af6eb976c
commit 99c520e3d0

View File

@@ -19,7 +19,6 @@ class Config(object):
def reload(self) -> None:
yconfig = self._load_config()
logging.config.dictConfig(yconfig["logging"])
self.CLAUDE = yconfig.get("claude", {})
self.DEEPSEEK = yconfig.get("deepseek", {})