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"