From b95d94f06f444129f9be6b93c6f56eae03dfdc80 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 26 Dec 2024 09:29:30 -0800 Subject: [PATCH] alertChange --- modules/{locationdata_eu.py => globalalert.py} | 0 modules/system.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/{locationdata_eu.py => globalalert.py} (100%) diff --git a/modules/locationdata_eu.py b/modules/globalalert.py similarity index 100% rename from modules/locationdata_eu.py rename to modules/globalalert.py diff --git a/modules/system.py b/modules/system.py index 7ea7753..cdd902c 100644 --- a/modules/system.py +++ b/modules/system.py @@ -76,7 +76,7 @@ if location_enabled: trap_list = trap_list + trap_list_location # items tide, whereami, wxc, wx help_message = help_message + ", whereami, wx, wxc, rlist" if enableGBalerts: - from modules.locationdata_eu import * # from the spudgunman/meshing-around repo + 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"