Yuri-YuzuChaN / maimaiDX

基于HoshinoBot V2的舞萌DX查询插件,移植自mai-bot开源项目
MIT License
200 stars 32 forks source link

将牌进度未考虑sync #152

Closed zeke-mai closed 4 months ago

zeke-mai commented 5 months ago

maimaidx_player_score.py

elif plan == '舞舞':
    if verlist[record_index]['fs']:
        self_record = syncRank[sync_rank.index(verlist[record_index]['fs'])].upper()
self_record = syncRank[sync_rank.index(verlist[record_index]["fs"])].upper()
ValueError: 'sync' is not in list
Yuri-YuzuChaN commented 4 months ago

已修复