diff options
Diffstat (limited to 'scripts/taiko')
| -rw-r--r-- | scripts/taiko/taiko_donder_hiroba_export.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/taiko/taiko_donder_hiroba_export.py b/scripts/taiko/taiko_donder_hiroba_export.py index 05bbea6..9b3773b 100644 --- a/scripts/taiko/taiko_donder_hiroba_export.py +++ b/scripts/taiko/taiko_donder_hiroba_export.py @@ -165,8 +165,8 @@ def get_play_hist(token: str, chart_data): "crown_rank": crown, "score_rank": lamp, "score": int(total_score) if total_score and total_score.isdigit() else total_score, + "judgements": judgements, "optional": { - "judgements": judgements, "combo": combo, "pound": pound } |
