Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bittensor_cli/src/commands/stake/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion bittensor_cli/src/commands/subnets/subnets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
(
Expand Down