try to fix eric's FT Tourney prob
This commit is contained in:
parent
43a5fb0f74
commit
2e39cb5546
|
@ -271,10 +271,11 @@ class Fulltilt(HandHistoryConverter):
|
|||
hand.isMatrix = True
|
||||
if special == "Shootout":
|
||||
hand.isShootout = True
|
||||
|
||||
if hand.buyin is None:
|
||||
hand.buyin = 0
|
||||
hand.fee=0
|
||||
hand.buyinCurrency="NA"
|
||||
|
||||
if hand.buyin is None:
|
||||
hand.buyin = "$0.00+$0.00"
|
||||
if hand.level is None:
|
||||
hand.level = "0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user