From 8bbac6ec1236f104d3265eefa275b24e2c218e69 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 7 Nov 2025 21:14:27 -0800 Subject: taiko: implement taiko arcade score view --- scripts/taiko/taiko_donder_hiroba_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 } -- cgit v1.2.3