mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-06 22:42:14 +08:00
fix: 修复在配置找不到时出现的重复日志输出的问题
This commit is contained in:
@ -412,7 +412,6 @@ def read_default_config(key):
|
||||
|
||||
return value
|
||||
except:
|
||||
logger.warning(f'配置文件{key}不存在')
|
||||
return None
|
||||
|
||||
def _read_config(key):
|
||||
|
Reference in New Issue
Block a user