Backup
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
56ffdbb042
commit
d7930cba5d
7 changed files with 726 additions and 501 deletions
scripts
|
@ -66,7 +66,7 @@ def import_charts_from_csv():
|
|||
difficulty,
|
||||
level,
|
||||
int(note_count.replace(",", "").replace(".", "")),
|
||||
int(float(cc) * 100),
|
||||
int(round(float(cc) * 100)),
|
||||
note_design if len(note_design) else None,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue