tourneysPlayersIds is later updated by db.createOrUpdateTourneysPlayers and turned into a dict rather than a list so it makes sense to initialise as such
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ class Hand(object):
|
|||||||
self.seating = []
|
self.seating = []
|
||||||
self.players = []
|
self.players = []
|
||||||
self.posted = []
|
self.posted = []
|
||||||
self.tourneysPlayersIds = []
|
self.tourneysPlayersIds = {}
|
||||||
|
|
||||||
# Collections indexed by street names
|
# Collections indexed by street names
|
||||||
self.bets = {}
|
self.bets = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user