diff --git a/pyfpdb/PartyPokerToFpdb.py b/pyfpdb/PartyPokerToFpdb.py index 6eeefe1c..a9321c63 100755 --- a/pyfpdb/PartyPokerToFpdb.py +++ b/pyfpdb/PartyPokerToFpdb.py @@ -58,7 +58,7 @@ class PartyPoker(HandHistoryConverter): re_GameInfoRing = re.compile(u""" (?P[%(LS)s])\s*(?P[.,0-9]+)([.,0-9/$]+)?\s*(?:%(LEGAL_ISO)s)?\s* (?P(NL|PL|))\s* - (?P(Texas\ Hold\'em|Omaha|7 Card Stud Hi-Lo)) + (?P(Texas\ Hold\'em|Omaha|7\ Card\ Stud\ Hi-Lo)) \s*\-\s* (?P.+) """ % substitutions, re.VERBOSE | re.UNICODE)