Menu

Bug with pokerstars import

2009-08-06
2012-12-06
  • Vincent CHARLET

    Vincent CHARLET - 2009-08-06

    new version of pokerstars change hand history format

    fixed by change on this line in pokerstarstofpdb.py
        re_GameInfo     = re.compile("PokerStars Game #(?P<HID>[0-9]+):\s+(HORSE)? \(?(?P<GAME>Hold\'em|Razz|7 Card Stud|Omaha|Omaha Hi/Lo|Badugi) (?P<LIMIT>No Limit|Limit|Pot Limit),? \(?(?P<CURRENCY>\$|)?(?P<SB>[.0-9]+)/\$?(?P<BB>[.0-9]+) USD\) - (?P<DATETIME>.*$)", re.MULTILINE)

    add " USD" in this line

    i install git but not use it already, so i let you valid and make the change ....

     
    • Carl G

      Carl G - 2009-09-01

      Hi Vincent,

      A bit of a late response, but this is fixed in the current development tree.

      Calr G

       

Log in to post a comment.