Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Onimaimai authored Oct 19, 2024
1 parent 995ada9 commit 00af8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nonebot_plugin_voicemusic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
temp_folder.mkdir(exist_ok=True) # 创建temp目录

driver = get_driver()
uin = driver.config.uin or None
skey = driver.config.skey or None
uin = driver.config.uin
skey = driver.config.skey

music_handler = on_message(priority=999)

Expand Down

0 comments on commit 00af8de

Please sign in to comment.