Revert "Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz"

This reverts commit 61ac6be0fa, reversing
changes made to 18df2ef2c6.

Conflicts:

	pyfpdb/SQL.py
This commit is contained in:
Eric Blade
2010-11-26 18:15:28 -05:00
parent 2e54518b4f
commit 622b350795
8 changed files with 67 additions and 135 deletions
+1 -1
View File
@@ -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