From 743b0ab10bde63673ff8e47984458c81e07ee5e3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 23:49:44 -0800 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 8efcb79..cde9cc5 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -295,9 +295,10 @@ def handle_satpass(message_from_id, deviceID, channel_number, message): location = get_node_location(message_from_id, deviceID) passes = '' satList = satListConfig + message = message.lower() # if user has a NORAD ID in the message - if "satpass " in message.lower(): + if "satpass " in message: try: userList = message.split("satpass ")[1].split(" ")[0] #split userList and make into satList overrided the config.ini satList