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