Stars: Allow ' in tablename
Table 'Isildur's NLHE 50 IV' 2-max Seat #2 is the button
This commit is contained in:
parent
15bdbfbdf7
commit
08ee109ec3
|
@ -115,7 +115,7 @@ class PokerStars(HandHistoryConverter):
|
|||
re.MULTILINE|re.VERBOSE)
|
||||
|
||||
re_HandInfo = re.compile("""
|
||||
^Table\s\'(?P<TABLE>[-\ \#a-zA-Z\d]+)\'\s
|
||||
^Table\s\'(?P<TABLE>[-\ \#a-zA-Z\d\']+)\'\s
|
||||
((?P<MAX>\d+)-max\s)?
|
||||
(?P<PLAY>\(Play\sMoney\)\s)?
|
||||
(Seat\s\#(?P<BUTTON>\d+)\sis\sthe\sbutton)?""",
|
||||
|
|
Loading…
Reference in New Issue
Block a user