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