From 4f74677d1407ebce596907e58fe4bf0c58f59f2f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 3 Sep 2024 23:05:34 -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 29cfd58..e9a84a1 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -112,7 +112,7 @@ def handle_llm(message_from_id, channel_number, deviceID, message, publicChannel if location_enabled: location_name = where_am_i(str(location[0]), str(location[1], short=True)) else: - location_name = "Unknown" + location_name = "no location provided " if "ask:" in message.lower(): user_input = message.split(":")[1]