From 1eb4cf71edc89030f1df6494974ac91d5cea391b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 14 Oct 2025 13:40:27 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 0fdb250..f231755 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -420,7 +420,7 @@ llmRunCounter = 0 llmTotalRuntime = [] llmLocationTable = [{'nodeID': 1234567890, 'location': 'No Location'},] -def handle_satpass(message_from_id, deviceID, message, vox=False): +def handle_satpass(message_from_id, deviceID, message='', vox=False): if vox: location = (latitudeValue, longitudeValue) else: