fix: fix typo

This commit is contained in:
helloplhm-qwq 2024-01-05 17:59:04 +08:00
parent 8c4d3c4c07
commit aeb07c1b73
No known key found for this signature in database
GPG Key ID: 6BE1B64B905567C7

View File

@ -101,7 +101,7 @@ async def refresh():
else:
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
txconfig = config.read_config('module.tx')
refresh_login_info = txconfig['refresh_login']