diff --git a/blueprints/terminal.py b/blueprints/terminal.py index bf2160b..f34a5aa 100644 --- a/blueprints/terminal.py +++ b/blueprints/terminal.py @@ -567,8 +567,6 @@ def tree(): @terminal_bp.route("/terminal/execute/", methods=["POST"]) def execute_catch(command): try: - # data = request.get_json() or {} - # args = data.get("args", "") # Basic command processing if command == "help":