Skip to content

Commit

Permalink
silly GitHub mobile editor
Browse files Browse the repository at this point in the history
  • Loading branch information
spookybear0 authored Apr 16, 2024
1 parent a599e6a commit 7c9b285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async def to_dict(self) -> dict:
final["score"] = self.score
final["current_rating_mu"] = self.current_rating_mu
final["current_rating_sigma"] = self.current_rating_sigma
if self.current_rating_mu and self.current_rating sigma:
if self.current_rating_mu and self.current_rating_sigma:
final["current_rating"] = self.current_rating_mu - 3 * self.current_rating_sigma
else:
final["current_rating"] = None
Expand Down

0 comments on commit 7c9b285

Please sign in to comment.