Update system.py

This commit is contained in:
SpudGunMan
2025-07-30 10:11:34 -07:00
parent 3fcd588d02
commit f6e04a42a0
-6
View File
@@ -70,12 +70,6 @@ else:
if enableCmdHistory:
trap_list = trap_list + ("history",)
#help_message = help_message + ", history"
# repeater list Configuration
if repeater_enabled:
from modules.locationdata import * # from the spudgunman/meshing-around repo
trap_list = trap_list + ("rlist", )
help_message = help_message + ", rlist"
# Location Configuration
if location_enabled: