去除log无效内容
This commit is contained in:
@@ -19,7 +19,6 @@ class Config(object):
|
|||||||
|
|
||||||
def reload(self) -> None:
|
def reload(self) -> None:
|
||||||
yconfig = self._load_config()
|
yconfig = self._load_config()
|
||||||
logging.config.dictConfig(yconfig["logging"])
|
|
||||||
|
|
||||||
self.CLAUDE = yconfig.get("claude", {})
|
self.CLAUDE = yconfig.get("claude", {})
|
||||||
self.DEEPSEEK = yconfig.get("deepseek", {})
|
self.DEEPSEEK = yconfig.get("deepseek", {})
|
||||||
|
|||||||
Reference in New Issue
Block a user