Update system.py

This commit is contained in:
SpudGunMan
2024-12-11 19:52:03 -08:00
parent 054692adf0
commit cfdbf1836f

View File

@@ -53,7 +53,7 @@ if emergency_responder_enabled:
if whoami_enabled:
trap_list_whoami = ("whoami", "📍", "whois")
trap_list = trap_list + trap_list_whoami
help_message = help_message + ", whoami, whois"
help_message = help_message + ", whoami"
# Solar Conditions Configuration
if solar_conditions_enabled: