From 98490e64440699f068b4a682b48ffc7724c71b24 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 20 Sep 2024 18:54:38 -0700 Subject: [PATCH] WHITESPACE --- modules/blackjack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blackjack.py b/modules/blackjack.py index b63b5a2..833fc2c 100644 --- a/modules/blackjack.py +++ b/modules/blackjack.py @@ -427,7 +427,7 @@ def playBlackJack(nodeID, message): msg += f"🪙Keep the change you filthy animal!" else: msg += "💸NO MORE MONEY! Game Over!" - p_chips.total = jack_starting_cash + p_chips.total = jack_starting_cash else: msg += f"💰You have {p_chips.total} chips left"