Skip to content

Commit

Permalink
Update Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
s4shyam95 committed Apr 5, 2020
1 parent f3a8aee commit 1da06ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def ws_receive(message):
partners = set(partners_lis)
e_points = 0
for partnerr in partners:
e_points += points_dict[partnere]
e_points += points_dict[partnerr]
play['winning_bid'] = game.winning_bid
play['partners_won'] = False

Expand Down

0 comments on commit 1da06ad

Please sign in to comment.