From b084b0f79e3199b990dbe9140d1d25d3bb83eba4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 7 Aug 2024 19:59: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 7a2cbe8..e61e569 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -84,7 +84,7 @@ def auto_response(message, snr, rssi, hop, message_from_id, channel_number, devi bot_response = moon elif "wxalert" in message.lower() or "wxa" in message.lower(): if use_meteo_wxApi: - bot_response = "wxalert is not supported in Open-Meteo API" + bot_response = "wxalert is not supported" else: location = get_node_location(message_from_id, deviceID) weatherAlert = getActiveWeatherAlertsDetail(str(location[0]),str(location[1]))