Update videopoker.py

This commit is contained in:
SpudGunMan
2024-09-19 20:30:17 -07:00
parent 47b8b7a9b8
commit de560f9b8a
+1 -1
View File
@@ -293,7 +293,7 @@ def playVideoPoker(nodeID, message):
vpTracker[i]['deck'] = deck
vpTracker[i]['drawCount'] = drawCount
msg += f"\nRedraw? \nCard# separated by commas ex: 1,3,4 or (N)o"
msg += f"\nRedraw Card? # separated by commas \nex: 1,3,4 or (N)o"
setLastCmdVp(nodeID, "redraw")
return msg