cxb: add grade to playlog

This commit is contained in:
2024-05-28 22:32:38 -04:00
parent 12f035b7e5
commit a2fe83ae06
3 changed files with 32 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class CxbRev(CxbBase):
score_data["slow2"],
score_data["fail"],
score_data["combo"],
score_data["grade"],
)
return {"data": True}
return {"data": True}