From 786dcab420e24811b4121c1bebefd5486881d7b8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 10 Dec 2024 18:01:38 -0800 Subject: [PATCH] ealert live for testing progress on https://github.com/SpudGunMan/meshing-around/issues/90 --- modules/locationdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index d655def..71aa43b 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -514,7 +514,7 @@ def getIpawsAlert(lat=0, lon=0): 'description': description }) else: - print(f"Debug iPAWS: Type:{alertType} Code:{alertCode} Desc:{areaDesc} GeoType:{geocode_type} GeoVal:{geocode_value}, Headline:{headline}") + logger.debug(f"Debug iPAWS: Type:{alertType} Code:{alertCode} Desc:{areaDesc} GeoType:{geocode_type} GeoVal:{geocode_value}, Headline:{headline}") # return the numWxAlerts of alerts if len(alerts) > 0: