Skip to content

Commit

Permalink
fix: problems in achievements.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joschobart committed Sep 3, 2024
1 parent c2817dd commit 11fde71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fun_with_flags/achievements.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def achievements():
_competitors=_competitors,
_mean_score=_mean_score,
_median_score=_median_score,
_owned_badges=len(_badges),
_owned_badges=len(_owned_badges),
_total_nr_badges=_total_nr_badges,
)
flash(_message)
Expand Down

0 comments on commit 11fde71

Please sign in to comment.