mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
fix: 修复在配置找不到时出现的重复日志输出的问题
This commit is contained in:
parent
a560490fcf
commit
13fcbcd047
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user