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