Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-08-21 21:41:05 -07:00
parent 4c780d09e7
commit 4857940165
+1 -1
View File
@@ -89,7 +89,7 @@ def handle_wxalert(message_from_id, deviceID, message):
# Detailed weather alert
weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1]))
else:
weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1]), 1)
weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1]))
return weatherAlert