Update blackjack.py

This commit is contained in:
SpudGunMan
2024-09-20 18:48:39 -07:00
parent 0186bdc15a
commit 56649471d0
+1 -1
View File
@@ -200,7 +200,7 @@ def player_surrender(obj_c):
return True
def gameStats(p_count, d_count, draw_c):
msg = f"\n📊WINS:{p_count},DEALER:{d_count},DRAW:{draw_c}"
msg = f"\n📊🏆P:{p_count},D:{d_count},T:{draw_c}"
return msg
def getLastCmdJack(nodeID):