Modify peer_id str

This commit is contained in:
Stuckinaboot
2019-05-21 22:25:08 -04:00
parent 1250182e7c
commit f9721a2ade
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class ID:
def __str__(self):
pid = self.pretty()
return "<peer.ID %s>" % pid
return pid
__repr__ = __str__