From 88d1ecc7ec8204bfd6239c7c59cf9f8b5ff8779c Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 7 Aug 2024 19:40:20 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: