From 14c304ca2d4d5d8f6a08dff1cb7d47a4bb20557a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 7 Aug 2024 19:40:41 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index ef66604..d15cf5d 100644 --- a/modules/system.py +++ b/modules/system.py @@ -29,7 +29,7 @@ if sitrep_enabled: if solar_conditions_enabled: from modules.solarconditions import * # from the spudgunman/meshing-around repo trap_list = trap_list + trap_list_solarconditions # items hfcond, solar, sun, moon - help_message = help_message + ", sun, hfcond, solar, moon, tide" + help_message = help_message + ", sun, hfcond, solar, moon" # Location Configuration if location_enabled: