Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Jan 5, 2024
1 parent 8c4d3c4 commit aeb07c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tx/refresh_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit aeb07c1

Please sign in to comment.