Update locationdata.py

progress on https://github.com/SpudGunMan/meshing-around/issues/90
This commit is contained in:
SpudGunMan
2024-12-10 15:33:43 -08:00
parent 855a9ac0d0
commit 7cb2ea33c7

View File

@@ -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 +