Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-06-05 18:04:25 +08:00 committed by GitHub
parent da211c212e
commit 625c3482c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ async def _(msg: Bot.MessageSession):
else:
music_data = (await total_list.get()).filter(level=level, type=tp)
else:
if diff == "#":
if level == "#":
raise ValueError
else:
music_data = (await total_list.get()).filter(level=level, diff=[get_label(diff)], type=tp)