diff --git a/scripts/redact-cast.py b/scripts/redact-cast.py index 8d8b9aa74..f9716c133 100755 --- a/scripts/redact-cast.py +++ b/scripts/redact-cast.py @@ -25,7 +25,7 @@ def main(): header_data = json.loads(header) width = header_data.get("width", 80) height = header_data.get("height", 24) - + print(f"Terminal dimensions: {width}x{height}") # Initialize pyte screen and stream with dimensions from header