wip: arcaea-offline==0.2.0

This commit is contained in:
2023-09-23 21:59:06 +08:00
parent 97b26510fb
commit 9622175a62
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ class DbScoreTableModel(DbTableModel):
and chart.constant is not None
and isinstance(score, Score)
):
newPtts.append(calculate_play_rating(chart.constant / 10, score.score))
newPtts.append(calculate_play_rating(chart.constant, score.score))
else:
newPtts.append(None)