From e06b2a358175cb81f6b796f84cf7adbe4b901e33 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 23:45:02 -0800 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 29e58ea..8efcb79 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -297,7 +297,7 @@ def handle_satpass(message_from_id, deviceID, channel_number, message): satList = satListConfig # if user has a NORAD ID in the message - if "satpass " in message: + if "satpass " in message.lower(): try: userList = message.split("satpass ")[1].split(" ")[0] #split userList and make into satList overrided the config.ini satList