Hand: Add pot calculations to select()

This commit is contained in:
Worros 2010-12-22 13:26:41 +08:00
parent 2382152cb8
commit 6487691b69

View File

@ -408,13 +408,12 @@ db: a connected Database object"""
else:
print "DEBUG: unknown action: '%s'" % act
#print self
self.totalPot()
self.rake = self.totalpot - self.totalcollected
self.writeHand()
#hhc.readShowdownActions(self)
#hc.readShownCards(self)
#h.totalPot()
#h.rake = h.totalpot - h.totalcollected
def addPlayer(self, seat, name, chips):