diff --git a/modules/system.py b/modules/system.py index f5b2071..ef66604 100644 --- a/modules/system.py +++ b/modules/system.py @@ -35,11 +35,13 @@ if solar_conditions_enabled: 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, wxa" + help_message = help_message + ", whereami, wx, wxc" # Open-Meteo Configuration for worldwide weather if use_meteo_wxApi: from modules.wx_meteo import * # from the spudgunman/meshing-around repo + else: + help_message = help_message + ", wxa, tide" # BBS Configuration if bbs_enabled: