Update system.py

This commit is contained in:
SpudGunMan
2025-03-27 09:43:36 -07:00
parent 9b633502e6
commit d0d024d770
+1 -1
View File
@@ -753,7 +753,7 @@ def handleAlertBroadcast(deviceID=1):
# format alert
if alertWx:
wxAlert = f"🚨 {alertWx[1]} EAS WX ALERT: {alertWx[0]}"
wxAlert = f"🚨 {alertWx[1]} EAS-WX ALERT: {alertWx[0]}"
else:
wxAlert = False