From 9fa9da5e74d9ffcac9cff4dee3ea7d6f9b7e71bb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 3 Sep 2024 23:20:23 -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 2a02483..84765a3 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -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 "