From 1dffbbc81a2ba6a53d36c0e35edc592131fcf744 Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 5 Jan 2011 11:29:46 +0800 Subject: [PATCH] Win2day: Fix addBlind string for SBBB --- pyfpdb/Win2dayToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Win2dayToFpdb.py b/pyfpdb/Win2dayToFpdb.py index e704e11b..4d2c442f 100755 --- a/pyfpdb/Win2dayToFpdb.py +++ b/pyfpdb/Win2dayToFpdb.py @@ -221,7 +221,7 @@ class Win2day(HandHistoryConverter): for a in self.re_PostBB.finditer(hand.handText): hand.addBlind(a.group('PNAME'), 'big blind', a.group('BB')) for a in self.re_PostBoth.finditer(hand.handText): - hand.addBlind(a.group('PNAME'), 'small & big blinds', a.group('SBBB')) + hand.addBlind(a.group('PNAME'), 'both', a.group('SBBB')) def readHeroCards(self, hand): # streets PREFLOP, PREDRAW, and THIRD are special cases beacause