diff --git a/modules/tx/refresh_login.py b/modules/tx/refresh_login.py index 743a9a5..fbf556e 100644 --- a/modules/tx/refresh_login.py +++ b/modules/tx/refresh_login.py @@ -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']