Archived
1
0
Fork 0

Update maimaidx_project.py

This commit is contained in:
多羅狼 2023-10-10 18:03:00 +08:00 committed by GitHub
parent a45d9d8e16
commit ad6aff49b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -421,7 +421,7 @@ async def get_plate_process(msg, payload, plate):
for i, s in enumerate(sorted(song_remain, key=lambda i: i[2])):
m = (await total_list.get()).by_id(str(s[0]))
self_record = ''
if [int(s[0]), s[-1]] in song_record:
if [int(s[0]), s[-2]] in song_record:
record_index = song_record.index([int(s[0]), s[-2]])
if goal in ['', '']:
self_record = str(verlist[record_index]['achievements']) + '%'