mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-29 05:37:43 +00:00
Update neteasemusic.py
This commit is contained in:
parent
b7557725c4
commit
d3a2e24189
@ -389,7 +389,7 @@ async def nem(context):
|
|||||||
imagedata = requests.get(
|
imagedata = requests.get(
|
||||||
info['albumpic'], headers=headers).content
|
info['albumpic'], headers=headers).content
|
||||||
except:
|
except:
|
||||||
await bot.send_message(context.chat_id, '(唔 ~ 封面好像获取失败了呢,不要在意不要在意 。)')
|
await bot.send_message(context.chat_id, '唔 ~ 封面好像获取失败了呢,不要在意不要在意 ~ ')
|
||||||
tag = eyed3.load(name)
|
tag = eyed3.load(name)
|
||||||
tag.initTag()
|
tag.initTag()
|
||||||
tag = tag.tag
|
tag = tag.tag
|
||||||
|
Loading…
Reference in New Issue
Block a user