diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-11-07 21:14:27 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-11-07 21:14:27 -0800 |
| commit | 8bbac6ec1236f104d3265eefa275b24e2c218e69 (patch) | |
| tree | ac8f1ff067138d7627e18979e4c7f6e630d01c84 /scripts/taiko/taiko_donder_hiroba_export.py | |
| parent | 88566d816172d274e8814cd1bf17f4e876ad31e3 (diff) | |
taiko: implement taiko arcade score view
Diffstat (limited to 'scripts/taiko/taiko_donder_hiroba_export.py')
| -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 } |
