mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
Update mesh_bot.py
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user