Stars: Allow ' in tablename

Table 'Isildur's NLHE 50 IV' 2-max Seat #2 is the button
This commit is contained in:
Worros 2011-03-17 14:29:00 +08:00
parent 15bdbfbdf7
commit 08ee109ec3

View File

@ -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)?""",