Merge branch 'master' of git://git.assembla.com/fpdb

This commit is contained in:
Worros
2010-08-05 12:04:14 +08:00
4 changed files with 14 additions and 7 deletions
+2
View File
@@ -262,6 +262,8 @@ class PokerStars(HandHistoryConverter):
info['BOUNTY'] = info['BOUNTY'].strip(u'$€') # Strip here where it isn't 'None'
hand.koBounty = int(100*Decimal(info['BOUNTY']))
hand.isKO = True
else:
hand.isKO = False
info['BIRAKE'] = info['BIRAKE'].strip(u'$€')