Revert "Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz"
This reverts commit61ac6be0fa, reversing changes made to18df2ef2c6. Conflicts: pyfpdb/SQL.py
This commit is contained in:
@@ -298,7 +298,7 @@ class PokerStars(HandHistoryConverter):
|
||||
if key == 'BUTTON':
|
||||
hand.buttonpos = info[key]
|
||||
if key == 'MAX':
|
||||
if info[key]: hand.maxseats = int(info[key])
|
||||
hand.maxseats = int(info[key])
|
||||
|
||||
if key == 'MIXED':
|
||||
hand.mixed = self.mixes[info[key]] if info[key] is not None else None
|
||||
|
||||
Reference in New Issue
Block a user