patch alerting

This commit is contained in:
SpudGunMan
2025-10-29 21:49:14 -07:00
parent ebe729cf13
commit eddb2fe08c
2 changed files with 14 additions and 15 deletions
+2 -4
View File
@@ -342,13 +342,11 @@ try:
myRegionalKeysDE = config['location'].get('myRegionalKeysDE', '110000000000').split(',') # default city Berlin
eAlertBroadcastChannel = config['location'].getint('eAlertBroadcastChannel', '') # default empty
# any alert broadcast enabled
anyAlertBroadcastEnabled = (
# any US alerts enabled
usAlerts = (
ipawsAlertEnabled or
wxAlertBroadcastEnabled or
volcanoAlertBroadcastEnabled or
enableGBalerts or
enableDEalerts or
wxAlertsEnabled or
eAlertBroadcastEnabled
)