From a50c06206cac704e6651b82809c31bb0cd0704f1 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 14:48:35 -0800 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/locationdata.py b/modules/locationdata.py index b651829..b582cdd 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -508,6 +508,7 @@ def getIpawsAlert(lat=0, lon=0, shortAlerts = False): if info.getElementsByTagName("description") and info.getElementsByTagName("description")[0].childNodes: description = info.getElementsByTagName("description")[0].childNodes[0].nodeValue else: + logger.debug(f"System: report this to discord - iPAWS No description for alert: {headline}") description = headline area_table = info.getElementsByTagName("area")[0]