Update system.py

This commit is contained in:
SpudGunMan
2025-10-02 19:37:57 -07:00
parent 0b9db28951
commit c23564d8b5
-1
View File
@@ -263,7 +263,6 @@ if file_monitor_enabled or read_news_enabled or bee_enabled:
# x: command for shell access
if enable_runShellCmd and allowXcmd:
trap_list = trap_list + ("x:",)
help_message = help_message + ", x:"
# clean up the help message
help_message = help_message.split(", ")