refactor: music-db crate

This commit is contained in:
mokurin000
2025-08-02 23:52:46 +08:00
parent f7b3161847
commit 503f5f3f33
11 changed files with 57 additions and 36 deletions

View File

@@ -62,6 +62,11 @@ def main():
"players.json",
"players_pub.json",
)
process(
lambda d: d["userRating"].pop("rating"),
"b50.json",
"b50_pub.json",
)
if __name__ == "__main__":