fix: 修复在配置找不到时出现的重复日志输出的问题

This commit is contained in:
helloplhm-qwq 2023-12-22 21:53:16 +08:00
parent a560490fcf
commit 13fcbcd047
No known key found for this signature in database
GPG Key ID: B7542212855B2C26

View File

@ -412,7 +412,6 @@ def read_default_config(key):
return value return value
except: except:
logger.warning(f'配置文件{key}不存在')
return None return None
def _read_config(key): def _read_config(key):