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,
|
retDict = { "name" : self.name,
|
||||||
"id" : self.id,
|
"id" : self.id,
|
||||||
"rating-mu" : self.rating.mu,
|
"rating-mu" : self.rating.mu,
|
||||||
"rating-sigma" : self.rating.mu,
|
"rating-sigma" : self.rating.sigma,
|
||||||
"games" : self.games,
|
"games" : self.games,
|
||||||
"wins" : self.wins,
|
"wins" : self.wins,
|
||||||
"last-game" : self.lastUpdate.isoformat()}
|
"last-game" : self.lastUpdate.isoformat()}
|
||||||
|
|||||||
Reference in New Issue
Block a user