the short responces of a single letter cause quick turn around
This commit is contained in:
SpudGunMan
2024-09-24 12:28:51 -07:00
parent 485a37e9b5
commit 4b8ce30df8

View File

@@ -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):