From 8dea5092455f02c32ffd4d5554b65b3b5aec43b9 Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 27 Jan 2010 18:02:30 +0800 Subject: [PATCH] FulltiltToFpdb: partially fix player ids _mysql_exceptions.IntegrityError: (1062, "Duplicate entry 'romatrifon (small blind) showed -1' for key 'name'") Previous regex was matching past the name. --- pyfpdb/FulltiltToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 1721236a..28c2c57e 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -68,7 +68,7 @@ class Fulltilt(HandHistoryConverter): ''', re.VERBOSE) re_Button = re.compile('^The button is in seat #(?P