Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-09-21 17:33:59 -07:00
parent 2efbfeef8c
commit a4b5ed3597
+4
View File
@@ -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: