Update system.py

This commit is contained in:
SpudGunMan
2024-12-12 03:01:45 -08:00
parent 16e5acbd27
commit e287bdeaef
+3 -1
View File
@@ -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