From d0d024d7705fddc7cf457ac39a2e3b54779e959b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 27 Mar 2025 09:43:36 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index caf17ec..191a7c5 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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