mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Modify peer_id str
This commit is contained in:
@ -27,7 +27,7 @@ class ID:
|
||||
|
||||
def __str__(self):
|
||||
pid = self.pretty()
|
||||
return "<peer.ID %s>" % pid
|
||||
return pid
|
||||
|
||||
__repr__ = __str__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user