From f090230c96ae8d83afd5b8ac279d1cde71461bf3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 12 Jan 2025 14:02:52 -0800 Subject: [PATCH] typo --- modules/system.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/system.py b/modules/system.py index c872985..b1376db 100644 --- a/modules/system.py +++ b/modules/system.py @@ -75,12 +75,12 @@ if location_enabled: from modules.locationdata import * # from the spudgunman/meshing-around repo trap_list = trap_list + trap_list_location # items tide, whereami, wxc, wx help_message = help_message + ", whereami, wx, wxc, rlist" - if enableGBalerts: + if enableGBalerts and not enableDEalerts: from modules.globalalert import * # from the spudgunman/meshing-around repo trap_list = trap_list + trap_list_location_eu #help_message = help_message + ", ukalert, ukwx, ukflood" - if enableDEalerts: - from modules.dealert import * # from the spudgunman/meshing-around repo + if enableDEalerts and not enableGBalerts: + from modules.globalalert import * # from the spudgunman/meshing-around repo trap_list = trap_list + trap_list_location_de #help_message = help_message + ", dealert, dewx, deflood"