Browse Source

Stars: Allow ' in tablename

Table 'Isildur's NLHE 50 IV' 2-max Seat #2 is the button
master
Worros 13 years ago
parent
commit
08ee109ec3
  1. 2
      pyfpdb/PokerStarsToFpdb.py

2
pyfpdb/PokerStarsToFpdb.py

@ -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…
Cancel
Save