From aeb07c1b73aedd85a99c3ddddd0b29e934410a5b Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Fri, 5 Jan 2024 17:59:04 +0800 Subject: [PATCH] fix: fix typo --- modules/tx/refresh_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']