mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-08 06:23:09 -04:00
Update automated-checks
This commit is contained in:
parent
e9c9a7b30c
commit
0fbef40c3d
2 changed files with 122 additions and 122 deletions
|
@ -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']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue