chore: fix typo

This commit is contained in:
梓澄qwq 2024-01-31 14:49:55 +08:00 committed by GitHub
parent 39caeeb816
commit 09f34fd2b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# ----------------------------------------
# - mode: python -
# - author: helloplhm-qwq -
# - name: lyric.py -
# - name: lite_signin.py -
# - project: lx-music-api-server -
# - license: MIT -
# ----------------------------------------
@ -164,4 +164,4 @@ def task_handler():
if (user_info.get('lite_sign_in').get('enable')):
scheduler.append(f'kugou_lite_sign_in', do_account_signin, user_info['lite_sign_in']['interval'], {'user_info': user_info})
task_handler()
task_handler()