Update mesh_bot.py

aarg
This commit is contained in:
SpudGunMan
2025-08-12 12:03:43 -07:00
parent bc9ada91b4
commit 8f69c4d93c
+1 -1
View File
@@ -756,7 +756,7 @@ def handle_mwx(message_from_id, deviceID, cmd):
if myCoastalZone is None:
logger.warning("System: Coastal Zone not set, please set in config.ini")
return NO_ALERTS
return get_nws_marine(zone=myCoastalZone, days=castalForecastDays)
return get_nws_marine(zone=myCoastalZone, days=coastalForecastDays)
def handle_wxc(message_from_id, deviceID, cmd):
location = get_node_location(message_from_id, deviceID)