Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-12-12 23:45:02 -08:00
parent 582e00402a
commit e06b2a3581
+1 -1
View File
@@ -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