enhance EU

This commit is contained in:
SpudGunMan
2024-12-17 23:11:05 -08:00
parent b68461cbc8
commit e3d1607c86
4 changed files with 45 additions and 19 deletions
+1 -1
View File
@@ -671,7 +671,7 @@ def handleWxBroadcast(deviceID=1):
return False
# check for alerts
alert = alertBrodcast()
alert = alertBrodcastNOAA()
if alert:
msg = f"🚨 {alert[1]} EAS ALERTs: {alert[0]}"
if isinstance(wxAlertBroadcastChannel, list):