set isKO to false when we know it's not a KO
This commit is contained in:
parent
edd0d36aa7
commit
faee37e101
|
@ -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'$€')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user