From 2e39cb55465b94fa66a7c580d9df93f9d5c6dc65 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Tue, 12 Oct 2010 00:20:37 +0200 Subject: [PATCH] try to fix eric's FT Tourney prob --- pyfpdb/FulltiltToFpdb.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 7c964564..a1cac57a 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -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"