Update system.py

This commit is contained in:
SpudGunMan
2024-12-19 16:55:26 -08:00
parent 7e5626cd30
commit 19700f54c5
+3 -1
View File
@@ -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