Update automated-checks

This commit is contained in:
pluja 2021-09-13 13:29:26 +02:00
parent e9c9a7b30c
commit 0fbef40c3d
2 changed files with 122 additions and 122 deletions

View file

@ -23,9 +23,9 @@ def compute_score():
if exchange['kyc-type'] == 0:
score += 2.25
elif exchange['kyc-type'] == 1:
score += 1.5
score += 1.25
elif exchange['kyc-type'] == 2:
score += 0.5
score += 0.25
else:
score += 0
if not exchange['custodial']: