mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 06:51:34 +01:00
fix mu == sigma in toJson
This commit is contained in:
@@ -59,7 +59,7 @@ class PlayerInDatabase(Player):
|
||||
retDict = { "name" : self.name,
|
||||
"id" : self.id,
|
||||
"rating-mu" : self.rating.mu,
|
||||
"rating-sigma" : self.rating.mu,
|
||||
"rating-sigma" : self.rating.sigma,
|
||||
"games" : self.games,
|
||||
"wins" : self.wins,
|
||||
"last-game" : self.lastUpdate.isoformat()}
|
||||
|
||||
Reference in New Issue
Block a user