summaryrefslogtreecommitdiff
path: root/src/bidding_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/bidding_data.py')
-rw-r--r--src/bidding_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bidding_data.py b/src/bidding_data.py
index 7f340c4..914651a 100644
--- a/src/bidding_data.py
+++ b/src/bidding_data.py
@@ -126,6 +126,8 @@ class JFRBidding(object):
'img', src='images/' + call_match.group(2) + '.gif')
bid_cell.append(bid_icon)
else:
+ if bid == 'SkipBid':
+ bid = '( - )'
bid_cell.append(bid)
bidding_row.append(bid_cell)
log.getLogger('b_format').debug('%5s' * 4, *bid_round)