aboutsummaryrefslogtreecommitdiffstats
path: root/sdvx
diff options
context:
space:
mode:
Diffstat (limited to 'sdvx')
-rw-r--r--sdvx/pb_merge/pb_merge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdvx/pb_merge/pb_merge.py b/sdvx/pb_merge/pb_merge.py
index bd07a18..fd41c89 100644
--- a/sdvx/pb_merge/pb_merge.py
+++ b/sdvx/pb_merge/pb_merge.py
@@ -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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage