1
Fork 0
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
prescientmoon 2024-07-22 00:59:57 +02:00
parent 56ffdbb042
commit d7930cba5d
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
7 changed files with 726 additions and 501 deletions
scripts

View file

@ -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,
),
)