aboutsummaryrefslogtreecommitdiffstats
path: root/ongeki
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-07-10 14:09:59 -0700
committerPinapelz <yukais@pinapelz.com>2025-07-10 14:10:52 -0700
commit1a283e6112372b4d5789e7c4434d1d1afbae82a5 (patch)
tree16db26b548f94c48885f01819e758a938a6351fe /ongeki
parentd28ad1d01cce8b33485b8fc105e88787aa141fd9 (diff)
fix: move plat score out of optional for ongeki aquadx
Diffstat (limited to 'ongeki')
-rw-r--r--ongeki/aquadx/ongeki_aquadx_to_tachi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ongeki/aquadx/ongeki_aquadx_to_tachi.py b/ongeki/aquadx/ongeki_aquadx_to_tachi.py
index 3280c3f..3d7cd61 100644
--- a/ongeki/aquadx/ongeki_aquadx_to_tachi.py
+++ b/ongeki/aquadx/ongeki_aquadx_to_tachi.py
@@ -77,6 +77,7 @@ def convert_from_aquadx_json_to_tachi_json(raw_data: str, output_file: str, serv
"identifier": str(song_title),
"difficulty": DIFFICULTY_MAPPING[level],
"timeAchieved": timestamp * 1000 if timestamp else None,
+ "platinumScore": plat_score,
"judgements": {
"cbreak": j_cbreak,
"break": j_break,
@@ -87,7 +88,6 @@ def convert_from_aquadx_json_to_tachi_json(raw_data: str, output_file: str, serv
"maxCombo": combo,
"bellCount": bell_count,
"totalBellCount": total_bell_count,
- "platScore": plat_score
},
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage