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":