Commit bde9507c authored by Hsinli's avatar Hsinli

addd

parent 2a5ec648
Pipeline #14226 passed with stage
in 33 seconds
...@@ -291,7 +291,7 @@ class BlacklistService extends Service { ...@@ -291,7 +291,7 @@ class BlacklistService extends Service {
} else { } else {
aScore = 0; aScore = 0;
} }
if (b > 30) { if (b > 15) {
bScore = 30; bScore = 30;
} else if (b > 7) { } else if (b > 7) {
bScore = 20; bScore = 20;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment