diff --git a/brute_force.py b/brute_force.py index 21cf8b1..3d4291e 100644 --- a/brute_force.py +++ b/brute_force.py @@ -89,7 +89,7 @@ def apply_brute_force(players, preferences): print(result[2]) # team_table(score, team0, team1) - return best_score[0] + return best_percentage[0] if __name__ == "__main__":