From 830ec95080b67346bd368d1e9d6fbbdd47f0565b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Jan 2025 20:50:03 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/locationdata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index 652608e..7e202c9 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -96,9 +96,9 @@ def getRepeaterBook(lat=0, lon=0): } data.append(repeater) else: - msg = "bug?Not enough columns" + msg = "No Data for your Region, if this is wrong report it :)" else: - msg = "bug?Table not found" + msg = "No Data for your Region" except Exception as e: msg = "No repeaters found 😔" # Limit the output to the first 4 repeaters