From e287bdeaeff02997b690032f24cf8d7d2b98d6b9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 03:01:45 -0800 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 10d756d..ebc527a 100644 --- a/modules/system.py +++ b/modules/system.py @@ -59,7 +59,9 @@ if whoami_enabled: if solar_conditions_enabled: from modules.space 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, satpass" + help_message = help_message + ", sun, hfcond, solar, moon" + if n2yoAPIKey != "": + help_message = help_message + ", satpass" else: hf_band_conditions = False