From 2153dd9bc44054348d17394e4f7974f1f86a0faa Mon Sep 17 00:00:00 2001 From: calm329 Date: Mon, 22 Dec 2025 16:26:23 -0800 Subject: [PATCH] fix: live display formatting on macOS Terminal.app --- bittensor_cli/src/commands/stake/list.py | 2 +- bittensor_cli/src/commands/subnets/subnets.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bittensor_cli/src/commands/stake/list.py b/bittensor_cli/src/commands/stake/list.py index d4a087970..a2a554578 100644 --- a/bittensor_cli/src/commands/stake/list.py +++ b/bittensor_cli/src/commands/stake/list.py @@ -539,7 +539,7 @@ def format_cell( current_block = None previous_data = None - with Live(console=console, screen=True, auto_refresh=True) as live: + with Live(console=console, auto_refresh=True) as live: try: while True: block_hash = await subtensor.substrate.get_chain_head() diff --git a/bittensor_cli/src/commands/subnets/subnets.py b/bittensor_cli/src/commands/subnets/subnets.py index ad0404b4f..d3769b634 100644 --- a/bittensor_cli/src/commands/subnets/subnets.py +++ b/bittensor_cli/src/commands/subnets/subnets.py @@ -933,7 +933,7 @@ def format_liquidity_cell( current_block = None previous_data = None - with Live(console=console, screen=True, auto_refresh=True) as live: + with Live(console=console, auto_refresh=True) as live: try: while True: (