Party: Fix Party freeroll tourney parsing

This commit is contained in:
Worros
2011-03-11 06:39:56 +01:00
committed by Steffen Schaumburg
parent 292cea1fb9
commit 56db34ae05
+1 -1
View File
@@ -335,7 +335,7 @@ class PartyPoker(HandHistoryConverter):
hand.fee = 0 hand.fee = 0
hand.buyinCurrency = "FREE" hand.buyinCurrency = "FREE"
hand.isKO = False hand.isKO = False
if hand.tourNo != None: elif hand.tourNo != None:
hand.buyin = 0 hand.buyin = 0
hand.fee = 0 hand.fee = 0
hand.buyinCurrency = "FREE" hand.buyinCurrency = "FREE"