Update videopoker.py

This commit is contained in:
SpudGunMan
2024-09-21 16:21:57 -07:00
parent 205906ebb7
commit 1615fa9e51
+1 -1
View File
@@ -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