aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/taiko/taiko_donder_hiroba_export.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-11-07 21:14:27 -0800
committerPinapelz <yukais@pinapelz.com>2025-11-07 21:14:27 -0800
commit8bbac6ec1236f104d3265eefa275b24e2c218e69 (patch)
treeac8f1ff067138d7627e18979e4c7f6e630d01c84 /scripts/taiko/taiko_donder_hiroba_export.py
parent88566d816172d274e8814cd1bf17f4e876ad31e3 (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.py2
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
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage