From 7b8d144a5640b9d5710f88a023f08a44b2cfce2a Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 29 Jul 2020 23:23:47 +0200 Subject: [PATCH] :art: --- funcs/games/blackjackDraw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/games/blackjackDraw.py b/funcs/games/blackjackDraw.py index 064f24a..a39dbac 100644 --- a/funcs/games/blackjackDraw.py +++ b/funcs/games/blackjackDraw.py @@ -86,7 +86,7 @@ def drawHand(hand, dealer, busted, blackjack): background.paste(img,(border+(x*125)+placement[0],border+placement[1]),img) w, h = background.size - textHeight = 390+border + textHeight = 290+border if busted: textWidth = fnt.getsize("BUSTED")[0]