Add a space to make stud holecard printing perfect.
This commit is contained in:
parent
427999b69c
commit
12db3c0d55
|
@ -733,6 +733,7 @@ class HoldemOmahaHand(Hand):
|
|||
|
||||
def writeHand(self, fh=sys.__stdout__):
|
||||
# PokerStars format.
|
||||
# TODO: board cards (in summary) not printed in correct order
|
||||
super(HoldemOmahaHand, self).writeHand(fh)
|
||||
|
||||
players_who_act_preflop = set(([x[0] for x in self.actions['PREFLOP']]+[x[0] for x in self.actions['BLINDSANTES']]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user