From a9f2a261d454a4e4455904e882f79905a11cd8e5 Mon Sep 17 00:00:00 2001 From: Worros Date: Thu, 28 Jan 2010 01:44:14 +0800 Subject: [PATCH] Regex fix for Fulltilt player names "Seat 7: moletrapper collected ($2.50)" vs "Seat 7: moletrapper ($2.50)" The regex update should match the second and not the first. --- pyfpdb/FulltiltToFpdb.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 146fe217..2802f465 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -65,8 +65,8 @@ class Fulltilt(HandHistoryConverter): (\s\((?PTurbo)\))?)|(?P.+)) ''', re.VERBOSE) re_Button = re.compile('^The button is in seat #(?P