Skip to content
Open
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/bittensor/extrinsics/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ async def get_neuron_for_pubkey_and_subnet():
# Failed registration, retry pow
attempts += 1
print_error(
":satellite: Failed registration, retrying pow ...({attempts}/{max_allowed_attempts})"
f":satellite: Failed registration, retrying pow ...({attempts}/{max_allowed_attempts})"
)
else:
# Failed to register after max attempts.
Expand Down
Loading