Skip to content

Commit f96d1d5

Browse files
authored
Update core.py
1 parent 75dbd87 commit f96d1d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastpath/fastpath/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ def score_riseupvpn(msm: dict) -> dict:
14351435
# originally: https://github.com/ooni/backend/issues/541
14361436
# since 2023-10-17: https://github.com/ooni/backend/issues/745
14371437
scores = init_scores()
1438-
scores["blocking_general"] = 1.0
1438+
scores["accuracy"] = 0.0
14391439
scores["extra"] = dict(test_runtime=msm.get("test_runtime"))
14401440
return scores
14411441

0 commit comments

Comments
 (0)