From 8823d415c34a1ee0aea15d08f1a8e60fd1cfca5f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 29 Oct 2025 09:58:44 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 5dfc701..9b48093 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1584,8 +1584,8 @@ def handle_boot(mesh=True): logger.debug(f"System: Volcano Alert Broadcast Enabled on channels {my_settings.emergency_responder_alert_channel} ignoreUSGSWords {my_settings.ignoreUSGSWords}") if my_settings.ipawsAlertEnabled: logger.debug(f"System: iPAWS Alerts Enabled with FIPS codes {my_settings.myStateFIPSList} ignorelist {my_settings.ignoreFEMAwords}") - if my_settings.ninaAlertEnabled: - logger.debug(f"System: NINA Alerts Enabled with counties {my_settings.ninaCountyList}") + if my_settings.enableDEalerts: + logger.debug(f"System: NINA Alerts Enabled with counties {my_settings.myRegionalKeysDE}") if my_settings.wxAlertBroadcastEnabled: 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: