From b276bbb40a3962f6731c94b471469f4cef4ee792 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 31 Aug 2025 19:47:59 -0700 Subject: [PATCH] rlist command in help --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 2ef556c..201a34d 100644 --- a/modules/system.py +++ b/modules/system.py @@ -75,7 +75,7 @@ if enableCmdHistory: if location_enabled: from modules.locationdata import * # from the spudgunman/meshing-around repo trap_list = trap_list + trap_list_location - help_message = help_message + ", whereami, wx" + help_message = help_message + ", whereami, wx, rlist" if enableGBalerts and not enableDEalerts: from modules.globalalert import * # from the spudgunman/meshing-around repo logger.warning(f"System: GB Alerts not functional at this time need to find a source API")