Hand: Add pot calculations to select()
This commit is contained in:
parent
2382152cb8
commit
6487691b69
|
@ -408,13 +408,12 @@ db: a connected Database object"""
|
||||||
else:
|
else:
|
||||||
print "DEBUG: unknown action: '%s'" % act
|
print "DEBUG: unknown action: '%s'" % act
|
||||||
|
|
||||||
#print self
|
self.totalPot()
|
||||||
|
self.rake = self.totalpot - self.totalcollected
|
||||||
self.writeHand()
|
self.writeHand()
|
||||||
|
|
||||||
#hhc.readShowdownActions(self)
|
#hhc.readShowdownActions(self)
|
||||||
#hc.readShownCards(self)
|
#hc.readShownCards(self)
|
||||||
#h.totalPot()
|
|
||||||
#h.rake = h.totalpot - h.totalcollected
|
|
||||||
|
|
||||||
|
|
||||||
def addPlayer(self, seat, name, chips):
|
def addPlayer(self, seat, name, chips):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user