diff --git a/modules/system.py b/modules/system.py index b2e22cd..ee52d0b 100644 --- a/modules/system.py +++ b/modules/system.py @@ -684,7 +684,9 @@ def handleAlertBroadcast(deviceID=1): alertUk = NO_ALERTS # format alert - wxAlert = f"🚨 {alertWx[1]} EAS WX ALERT: {alertWx[0]}" + if wxAlert: + wxAlert = f"🚨 {alertWx[1]} EAS WX ALERT: {alertWx[0]}" + femaAlert = alertFema ukAlert = alertUk