From 8f3aaaba25db0411eea5c2aebc51e7cc5c4e1e87 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 10 Dec 2024 16:26:11 -0800 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index 55d66f2..5d17391 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -497,9 +497,9 @@ def getIpawsAlert(lat=0, lon=0): alert = NO_ALERTS if sameVal in mySAME: - alert = (f"🚨FEMA Alert: {headline}\nDetail: {description}\n\n") + alert = (f"🚨FEMA Alert: {headline}\nDetail: {description}\n\n") #remove the \n\n for PROD DEV DEV DEV ####### else: - print(f"Debug iPAWS: Type:{alertType} Code:{alertCode} Desc:{areaDesc} GeoType:{geocode_type} GeoVal:{geocode_value}") + print(f"Debug iPAWS: Type:{alertType} Code:{alertCode} Desc:{areaDesc} GeoType:{geocode_type} GeoVal:{geocode_value}, Headline:{headline}") return alert