Party hhc: removed trailing spaces, fixes
This commit is contained in:
parent
2e60586e65
commit
1107d9c6be
|
@ -475,7 +475,7 @@ class PartyPoker(HandHistoryConverter):
|
|||
cards = renderCards(m.group('CARDS'))
|
||||
|
||||
(shown, mucked) = (False, False)
|
||||
if m.group('SHOWED') == "show": shown = True
|
||||
if m.group('SHOWED') == "shows": shown = True
|
||||
else: mucked = True
|
||||
|
||||
hand.addShownCards(cards=cards, player=m.group('PNAME'), shown=shown, mucked=mucked)
|
||||
|
|
Loading…
Reference in New Issue
Block a user