Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-09-03 23:20:23 -07:00
parent d6ad0b5e94
commit 9fa9da5e74
+1 -1
View File
@@ -110,7 +110,7 @@ def handle_llm(message_from_id, channel_number, deviceID, message, publicChannel
location = get_node_location(message_from_id, deviceID)
if location_enabled and not NO_DATA_NOGPS in location:
location_name = where_am_i(str(location[0]), str(location[1]), short = True))
location_name = where_am_i(str(location[0]), str(location[1]), short = True)
else:
location_name = "no location provided "