Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 17, 2023
1 parent 75dbd87 commit f96d1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastpath/fastpath/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ def score_riseupvpn(msm: dict) -> dict:
# originally: https://github.com/ooni/backend/issues/541
# since 2023-10-17: https://github.com/ooni/backend/issues/745
scores = init_scores()
scores["blocking_general"] = 1.0
scores["accuracy"] = 0.0
scores["extra"] = dict(test_runtime=msm.get("test_runtime"))
return scores

Expand Down

0 comments on commit f96d1d5

Please sign in to comment.