From 1615fa9e510184e459168c49e29061db62afc728 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 21 Sep 2024 16:21:57 -0700 Subject: [PATCH] Update videopoker.py --- modules/videopoker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/videopoker.py b/modules/videopoker.py index 8b35fc5..74f9ed1 100644 --- a/modules/videopoker.py +++ b/modules/videopoker.py @@ -262,7 +262,7 @@ class PlayerVP: msg = f"\nYour hand, {hand_name}. Your bankroll is now {self.bankroll} coins." else: if hand_name != "": - msg = f"\nShowing:{hand_name}." + msg = f"\nShowing:{hand_name}" return msg