From d79ea0e6e5c2f67f49be7d4830ce58a5b9d7596f Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 13 Jul 2009 16:21:20 -0400 Subject: [PATCH] Fixes for Mixed and Play Money games. --- pyfpdb/PokerStarsToFpdb.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pyfpdb/PokerStarsToFpdb.py b/pyfpdb/PokerStarsToFpdb.py index a4b5d6f8..b6fd09fb 100755 --- a/pyfpdb/PokerStarsToFpdb.py +++ b/pyfpdb/PokerStarsToFpdb.py @@ -18,7 +18,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ######################################################################## -# TODO: play money currency showing up as T$ # TODO: straighten out discards for draw games import sys from HandHistoryConverter import * @@ -53,7 +52,9 @@ class PokerStars(HandHistoryConverter): re_PlayerInfo = re.compile('^Seat (?P[0-9]+): (?P.*) \(\$?(?P[.0-9]+) in chips\)', re.MULTILINE) re_Board = re.compile(r"\[(?P.+)\]") # self.re_setHandInfoRegex('.*#(?P[0-9]+): Table (?P[ a-zA-Z]+) - \$?(?P[.0-9]+)/\$?(?P[.0-9]+) - (?P.*) - (?P
[0-9]+):(?P[0-9]+) ET - (?P[0-9]+)/(?P[0-9]+)/(?P[0-9]+)Table (?P
[ a-zA-Z]+)\nSeat (?P