dsf
This commit is contained in:
parent
7d223d9b87
commit
77f97aa1be
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class Blackjack:
|
||||||
|
|
||||||
if player_value == -1:
|
if player_value == -1:
|
||||||
status = 'bust'
|
status = 'bust'
|
||||||
self.apply_game_result(from_comment, wager, status)
|
self.apply_game_result(from_comment, wager, status, kind)
|
||||||
|
|
||||||
from_comment.blackjack_result = format_all(
|
from_comment.blackjack_result = format_all(
|
||||||
player_hand, dealer_hand, deck, status, wager, kind)
|
player_hand, dealer_hand, deck, status, wager, kind)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue