remotes/1693045480750635534/spooky-22
Aevann1 2022-02-07 14:48:00 +02:00
parent 156774e9c0
commit 5f81b9bf0b
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class Blackjack:
if player_value == -1:
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(
player_hand, dealer_hand, deck, status, wager, kind)