mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-03 16:31:17 +02:00
Update system.py
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user