From dd7ede890332e123bbfe880eeb8990fc0c594b14 Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 17 Dec 2008 14:04:29 +0900 Subject: [PATCH] Adjust regex to read 'and is all-in' --- pyfpdb/OnGameToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/OnGameToFpdb.py b/pyfpdb/OnGameToFpdb.py index c905905a..ee16eb41 100755 --- a/pyfpdb/OnGameToFpdb.py +++ b/pyfpdb/OnGameToFpdb.py @@ -93,7 +93,7 @@ class OnGame(HandHistoryConverter): self.rexx.setHeroCardsRegex('.*\nDealt\sto\s(?P.*)\s\[ (?P.*) \]') #lopllopl checks, Eurolll checks, .Lucchess checks. - self.rexx.setActionStepRegex('(, )?(?P.*?)(?P bets| checks| raises| calls| folds)( \$(?P\d*\.?\d*))?[.]?') + self.rexx.setActionStepRegex('(, )?(?P.*?)(?P bets| checks| raises| calls| folds)( \$(?P\d*\.?\d*))?( and is all-in)?') #Uchilka shows [ KC,JD ] self.rexx.setShowdownActionRegex('(?P.*) shows \[ (?P.+) \]')