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
|
hand.isMatrix = True
|
||||||
if special == "Shootout":
|
if special == "Shootout":
|
||||||
hand.isShootout = True
|
hand.isShootout = True
|
||||||
|
|
||||||
|
|
||||||
if hand.buyin is None:
|
if hand.buyin is None:
|
||||||
hand.buyin = "$0.00+$0.00"
|
hand.buyin = 0
|
||||||
|
hand.fee=0
|
||||||
|
hand.buyinCurrency="NA"
|
||||||
|
|
||||||
if hand.level is None:
|
if hand.level is None:
|
||||||
hand.level = "0"
|
hand.level = "0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user