parent
d05f747797
commit
18c9cee540
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ def stats(bot, update):
|
|||
)
|
||||
|
||||
n = us.first_places
|
||||
m = round((us.games_played / us.first_places) * 100) if us.first_places else 0
|
||||
m = round((us.first_places / us.games_played) * 100)
|
||||
stats_text.append(
|
||||
_("{number} first place ({percent}%)",
|
||||
"{number} first places ({percent}%)",
|
||||
|
|
Loading…
Reference in a new issue