Skip to content

Commit

Permalink
Update networking.py
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Himes <[email protected]>
  • Loading branch information
roman-opentensor and thewhaleking authored Nov 11, 2024
1 parent ca237a3 commit 1ed909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/utils/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def wrapper(self, *args, **kwargs):
)
!= 0
):
logging.debug("Reconnection substrate...")
logging.debug("Reconnecting to substrate...")
self._get_substrate()
# Execute the method if the connection is active or after reconnecting
return func(self, *args, **kwargs)
Expand Down

0 comments on commit 1ed909e

Please sign in to comment.