From 5f81b9bf0be317d716558b0fb6c56f000fd2d161 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 7 Feb 2022 14:48:00 +0200 Subject: [PATCH] dsf --- files/classes/blackjack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/blackjack.py b/files/classes/blackjack.py index c3cb7a5113..e9602db07a 100644 --- a/files/classes/blackjack.py +++ b/files/classes/blackjack.py @@ -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)