refactor(models)!: Score & ChartInfo column changed

This commit is contained in:
2023-08-31 22:12:02 +08:00
parent 01bfd0f350
commit 167f72f9bb
6 changed files with 35 additions and 21 deletions

View File

@ -22,7 +22,7 @@ class ArcsongDbParser:
song_id=result[0],
rating_class=result[1],
constant=result[2],
note=result[3] or None,
notes=result[3] or None,
)
results.append(chart)