Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-09-03 23:05:34 -07:00
parent 0869b19408
commit 4f74677d14
+1 -1
View File
@@ -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]