sort players by wallet
This commit is contained in:
parent
23f2bbd4bd
commit
6364a54979
@ -289,7 +289,7 @@ class Player:
|
||||
)
|
||||
|
||||
def __lt__(self, other):
|
||||
return self.id < other.id
|
||||
return self.wallet < other.wallet
|
||||
|
||||
|
||||
def expected(bet: Bet) -> float:
|
||||
|
Loading…
Reference in New Issue
Block a user