mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
fix: fix typo
This commit is contained in:
parent
8c4d3c4c07
commit
aeb07c1b73
@ -101,7 +101,7 @@ async def refresh():
|
|||||||
else:
|
else:
|
||||||
logger.error('未知的qqmusic_key格式')
|
logger.error('未知的qqmusic_key格式')
|
||||||
|
|
||||||
if (config.read_config('module.tx.refresh_login.enable') and not variable.use_cookie_pool):
|
if (config.read_config('module.tx.user.refresh_login.enable') and not variable.use_cookie_pool):
|
||||||
# changed refresh login config path
|
# changed refresh login config path
|
||||||
txconfig = config.read_config('module.tx')
|
txconfig = config.read_config('module.tx')
|
||||||
refresh_login_info = txconfig['refresh_login']
|
refresh_login_info = txconfig['refresh_login']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user