From 066211e9f2ed5d468addc5bdafaf5afe727de3d6 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 1 Feb 2025 11:29:28 -0800 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 1e238c6..37aef3f 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -703,9 +703,6 @@ def handle_emergency_alerts(message, message_from_id, deviceID): if enableDEalerts: # nina Alerts return get_nina_alerts() - if enableGBalerts: - # UK Alerts - return get_govUK_alerts(str(location[0]), str(location[1])) if message.lower().startswith("ealert"): # Detailed alert FEMA return getIpawsAlert(str(location[0]), str(location[1]))