FTP: Recommit accidentally reverted patch

This commit is contained in:
Worros 2011-02-02 16:40:03 +08:00
parent 5369661b01
commit 9626812f89

View File

@ -338,7 +338,7 @@ class Fulltilt(HandHistoryConverter):
def readPlayerStacks(self, hand):
# Split hand text for FTP, as the regex matches the player names incorrectly
# in the summary section
pre, post = hand.handText.split('SUMMARY')
pre, post = hand.handText.split('*** SUMMARY ***')
m = self.re_PlayerInfo.finditer(pre)
plist = {}