mirror of
https://gitea.tendokyu.moe/pinapelz/more-tachi-import-scripts.git
synced 2026-09-22 22:28:25 +03:00
fix: sdvx pb_merge assume all scores are unique first
This commit is contained in:
@@ -45,7 +45,7 @@ def merge_csv(input_file: str, tachi_url: str, username: str, output_file: str):
|
||||
response.raise_for_status()
|
||||
data = response.json()
|
||||
charts = data["body"]["charts"]
|
||||
is_unique = False
|
||||
is_unique = True
|
||||
if len(charts) == 0:
|
||||
print("Score is unique")
|
||||
is_unique = True
|
||||
|
||||
Reference in New Issue
Block a user