From 7cb2ea33c7073b3c4e000096109cc247b850daeb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 10 Dec 2024 15:33:43 -0800 Subject: [PATCH] Update locationdata.py progress on https://github.com/SpudGunMan/meshing-around/issues/90 --- modules/locationdata.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index e7756bc..278c7b6 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -493,8 +493,6 @@ def getIpawsAlert(lat=0, lon=0): print(f"Debug iPAWS: Type:{alertType} Code:{alertCode} Desc:{areaDesc} GeoType:{geocode_type} GeoVal:{geocode_value}") - - alert += ( info.getElementsByTagName("headline")[0].childNodes[0].nodeValue + " " + info.getElementsByTagName(name="description")[0].childNodes[0].nodeValue +