try to fix eric's FT Tourney prob

This commit is contained in:
steffen123 2010-10-12 00:20:37 +02:00
parent 43a5fb0f74
commit 2e39cb5546

View File

@ -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"