PS summaries import skipped digits of tourney no

This commit is contained in:
steffen123 2010-09-09 12:35:05 +02:00
parent c103203880
commit 69872b9638

View File

@ -93,7 +93,7 @@ class PokerStarsSummary(TourneySummary):
def parseSummary(self):
lines=self.summaryText.splitlines()
self.tourNo = self.re_TourNo.findall(lines[0])[0][1:-1] #ignore game and limit type as thats not recorded
self.tourNo = self.re_TourNo.findall(lines[0])[0] #ignore game and limit type as thats not recorded
result=self.re_GameInfo.search(lines[0])
result=result.groupdict()