remotes/1693045480750635534/spooky-22
Aevann1 2022-02-07 14:15:28 +02:00
parent 4678bd6c64
commit 9d29ccf329
1 changed files with 1 additions and 1 deletions

View File

@ -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("/")