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.players = []
|
||||
self.posted = []
|
||||
self.tourneysPlayersIds = []
|
||||
self.tourneysPlayersIds = {}
|
||||
|
||||
# Collections indexed by street names
|
||||
self.bets = {}
|
||||
|
||||
Reference in New Issue
Block a user