Update mesh-bot.py

This commit is contained in:
SpudGunMan
2024-06-19 15:35:21 -07:00
parent be373fff47
commit 477853fd8c

View File

@@ -81,7 +81,7 @@ def auto_response(message,snr,rssi,hop,message_from_id):
elif "whereami" in message.lower():
location = get_node_location(message_from_id)
print (f"Using Reported Location: {location}")
where = where_am_i(str(location[0]),str(location[1]))
where = where_am_i(location[0],location[1])
bot_response = where
else:
bot_response = "I'm sorry, I'm afraid I can't do that."