File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bittensor/core/extrinsics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ async def set_weights_extrinsic(
319
319
)
320
320
321
321
logging .info (
322
- ":satellite: [magenta]Setting weights on [/magenta][blue]{subtensor.network}[/blue] [magenta]...[/magenta]"
322
+ f ":satellite: [magenta]Setting weights on [/magenta][blue]{ subtensor .network } [/blue] [magenta]...[/magenta]"
323
323
)
324
324
try :
325
325
success , error_message = await _do_set_weights (
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def set_weights_extrinsic(
123
123
)
124
124
125
125
logging .info (
126
- ":satellite: [magenta]Setting weights on [/magenta][blue]{subtensor.network}[/blue] [magenta]...[/magenta]"
126
+ f ":satellite: [magenta]Setting weights on [/magenta][blue]{ subtensor .network } [/blue] [magenta]...[/magenta]"
127
127
)
128
128
try :
129
129
success , error_message = _do_set_weights (
You can’t perform that action at this time.
0 commit comments