Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-12-04 23:16:52 +08:00 committed by GitHub
parent d3b84c1165
commit ead34c6edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -370,7 +370,7 @@ async def get_plate_process(msg, payload, plate):
if music.ds[song[1]] > 13.6: # 将难度为13+以上的谱面加入列表
song_remain_difficult.append([music.id, music.title, diffs[song[1]],
music.ds[song[1]], song[1], music.type])
song_remain_difficult = sorted(song_remain_difficult, key=lambda i: int(i[0])) # 根据ID排序结果
song_remain_difficult = sorted(song_remain_difficult, key=lambda i: int(i[0])) # 根据ID排序结果
prompt = msg.locale.t('maimai.message.plate', plate=plate,
song_remain_basic=len(song_remain_basic),