sf
This commit is contained in:
parent
123a0e6631
commit
c2236c72c7
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class Blackjack:
|
|||
player_hand, dealer_hand, rest_of_deck, status, wager, currency_prop)
|
||||
|
||||
def player_hit(self, from_comment):
|
||||
player_hand, dealer_hand, deck, status, wager = from_comment.blackjack_result.split(
|
||||
player_hand, dealer_hand, deck, status, wager, kind = from_comment.blackjack_result.split(
|
||||
"_")
|
||||
player_hand = player_hand.split("/")
|
||||
dealer_hand = dealer_hand.split("/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue