From e0a3d0f94edbd3c3e188dac467b873ef40dde6a5 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 1 Feb 2025 11:34:31 -0800 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 9681bb1..b6469d3 100644 --- a/modules/system.py +++ b/modules/system.py @@ -77,7 +77,7 @@ if location_enabled: help_message = help_message + ", whereami, wx, wxc, rlist" if enableGBalerts and not enableDEalerts: from modules.globalalert import * # from the spudgunman/meshing-around repo - trap_list = trap_list + trap_list_location_eu + logger.warning(f"System: GB Alerts not functional at this time need to find a source API") #help_message = help_message + ", ukalert, ukwx, ukflood" if enableDEalerts and not enableGBalerts: from modules.globalalert import * # from the spudgunman/meshing-around repo