We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095a935 commit b0a00e0Copy full SHA for b0a00e0
bittensor_cli/src/commands/stake/list.py
@@ -539,7 +539,7 @@ def format_cell(
539
current_block = None
540
previous_data = None
541
542
- with Live(console=console, screen=True, auto_refresh=True) as live:
+ with Live(console=console, auto_refresh=True) as live:
543
try:
544
while True:
545
block_hash = await subtensor.substrate.get_chain_head()
bittensor_cli/src/commands/subnets/subnets.py
@@ -934,7 +934,7 @@ def format_liquidity_cell(
934
935
936
937
938
939
940
(
0 commit comments