mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-18 06:55:38 +02:00
Update mesh_bot.py
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user