From 6657151f8103d4a4c9fd9ede150f295dc07da670 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 27 Oct 2025 12:57:20 +1100 Subject: [PATCH] fix: Clean up unused code --- blueprints/terminal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/terminal.py b/blueprints/terminal.py index f295e8f..bf2160b 100644 --- a/blueprints/terminal.py +++ b/blueprints/terminal.py @@ -567,8 +567,8 @@ def tree(): @terminal_bp.route("/terminal/execute/", methods=["POST"]) def execute_catch(command): try: - data = request.get_json() or {} - args = data.get("args", "") + # data = request.get_json() or {} + # args = data.get("args", "") # Basic command processing if command == "help":