Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peterc-yuma committed Jan 9, 2025
1 parent 1879e8f commit b73612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precog/utils/bittensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def print_info(self) -> None:
f"VTrust:{self.metagraph.Tv[self.my_uid]:.3f} | "
f"Dividend:{self.metagraph.D[self.my_uid]:.3f} | "
f"Emission:{self.metagraph.E[self.my_uid]:.3f} | "
f"Seting weights in {weight_timing} blocks"
f"Setting weights in {weight_timing} blocks"
)
elif self.config.neuron.type == "Miner":
log = (
Expand Down

0 comments on commit b73612f

Please sign in to comment.