Skip to content

Commit ada539c

Browse files
committed
Ruff
1 parent 3398925 commit ada539c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bittensor_cli/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6343,11 +6343,11 @@ def best_connection(
63436343
):
63446344
"""
63456345
This command will give you the latency of all finney-like network in additional to any additional networks you specify via the '--network' flag
6346-
6346+
63476347
The results are three-fold. One column is the overall time to initialise a connection, send the requests, and wait for the results. The second column measures single ping-pong speed once connected. The third makes a real world call to fetch the chain head.
6348-
6348+
63496349
EXAMPLE
6350-
6350+
63516351
[green]$[/green] btcli utils latency --network ws://189.234.12.45 --network wss://mysubtensor.duckdns.org
63526352
63536353
"""

0 commit comments

Comments
 (0)