From c8096107a09d19d765c5b75a7e688f9aa97b7c34 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 29 Oct 2025 09:55:56 -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 8d47353..242dca7 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1587,7 +1587,7 @@ def handle_boot(mesh=True): if my_settings.ninaAlertEnabled: logger.debug(f"System: NINA Alerts Enabled with counties {my_settings.ninaCountyList}") if my_settings.wxAlertBroadcastEnabled: - logger.debug(f"System: Weather Alert Broadcast Enabled on channels {my_settings.emergency_responder_alert_channel} ignoreUSGSWords {my_settings.ignoreNWSwords}") + logger.debug(f"System: Weather Alert Broadcast Enabled on channels {my_settings.emergency_responder_alert_channel} ignoreEASwords {my_settings.ignoreEASwords}") if my_settings.emergency_responder_enabled: logger.debug(f"System: Emergency Responder Enabled on channels {my_settings.emergency_responder_alert_channel}")