From c5aedf321fa1163ef406437cdff141dfc67b08e9 Mon Sep 17 00:00:00 2001 From: PassThePeas Date: Sun, 16 Aug 2009 20:01:36 +0200 Subject: [PATCH] Modification to FulltiltToFpdb.py mostly for tourneys contexts modified: FulltiltToFpdb.py - Sitting out players are no longer considered out of a hand (in a tourney context, they can act even if out at the beggining of the hand) - re_CollectPot modified to take into account Tournament context (no $ in the pot) - Try to read buy-in/fee from topline in Tournament context - Deal with commas in pot size (readCollectPot) --- pyfpdb/FulltiltToFpdb.py | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index e476dc30..18f32bb4 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -57,7 +57,7 @@ class Fulltilt(HandHistoryConverter): (?:.*?\n(?PHand\s\#(?P=HID)\shas\sbeen\scanceled))? ''', re.VERBOSE|re.DOTALL) re_Button = re.compile('^The button is in seat #(?P