fsd
This commit is contained in:
parent
c2236c72c7
commit
149f36fadd
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class Blackjack:
|
||||||
self.apply_game_result(from_comment, wager, status)
|
self.apply_game_result(from_comment, wager, status)
|
||||||
|
|
||||||
from_comment.blackjack_result = format_all(
|
from_comment.blackjack_result = format_all(
|
||||||
player_hand, dealer_hand, deck, status, wager)
|
player_hand, dealer_hand, deck, status, wager, kind)
|
||||||
|
|
||||||
if (player_value == 21):
|
if (player_value == 21):
|
||||||
self.player_stayed(from_comment)
|
self.player_stayed(from_comment)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue