From 4b8ce30df83f031c6db7a7a91ff9aeca18845dfa Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 24 Sep 2024 12:28:51 -0700 Subject: [PATCH] sleep1 the short responces of a single letter cause quick turn around --- mesh_bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 918a7e4..efe1acf 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -348,7 +348,7 @@ def handleBlackJack(nodeID, message): if last_cmd != "": logger.debug(f"System: BlackJack: {nodeID} last command: {last_cmd}") - + time.sleep(1) return msg def handleVideoPoker(nodeID, message): @@ -397,7 +397,7 @@ def handleVideoPoker(nodeID, message): if last_cmd != "": logger.debug(f"System: VideoPoker: {nodeID} last command: {last_cmd}") - + time.sleep(1) return msg def handle_wxc(message_from_id, deviceID, cmd):