From 5247f8d9d39d25a2d8f6ab9b48b374dc942fa319 Mon Sep 17 00:00:00 2001 From: Kelly Date: Thu, 26 Feb 2026 15:20:18 -0800 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index f04b152..88a94b8 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -138,7 +138,7 @@ def getRepeaterBook(lat=0, lon=0): data.append(repeater) else: # No table found — could be legitimately no data or markup change. - logger.debug("Location: No repeater table found on RepeaterBook page") + logger.debug("Location: No repeater table found on RepeaterBook page, scraping failed or no data for region.") msg = "No Data for your Region" except Exception as e: msg = "No repeaters found 😔"