Party: Make Party Stud H/L partially recognised
This commit is contained in:
parent
89990628af
commit
8d8f604d12
|
@ -58,7 +58,7 @@ class PartyPoker(HandHistoryConverter):
|
|||
re_GameInfoRing = re.compile(u"""
|
||||
(?P<CURRENCY>[%(LS)s])\s*(?P<RINGLIMIT>[.,0-9]+)([.,0-9/$]+)?\s*(?:%(LEGAL_ISO)s)?\s*
|
||||
(?P<LIMIT>(NL|PL|))\s*
|
||||
(?P<GAME>(Texas\ Hold\'em|Omaha|7 Card Stud Hi-Lo))
|
||||
(?P<GAME>(Texas\ Hold\'em|Omaha|7\ Card\ Stud\ Hi-Lo))
|
||||
\s*\-\s*
|
||||
(?P<DATETIME>.+)
|
||||
""" % substitutions, re.VERBOSE | re.UNICODE)
|
||||
|
|
Loading…
Reference in New Issue
Block a user