From a4b5ed3597ecfe1504eb3ec3198bb31e51b56684 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 21 Sep 2024 17:33:59 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mesh_bot.py b/mesh_bot.py index b8cb006..e91cc5b 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -301,6 +301,10 @@ def handleBlackJack(nodeID, message): if jackTracker[i]['nodeID'] == nodeID: jackTracker[i]['time'] = time.time() - 57600 jackTracker[i]['cmd'] = "new" + jackTracker[i]['p_cards'] = [] + jackTracker[i]['d_cards'] = [] + jackTracker[i]['p_hand'] = [] + jackTracker[i]['d_hand'] = [] # # Save the game state to pickle # try: