mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-23 06:51:08 -04:00
Add ability to search for identity by identity hash
This commit is contained in:
parent
768f562437
commit
8f4b4fa82d
3 changed files with 41 additions and 25 deletions
|
@ -192,7 +192,7 @@ class Destination:
|
|||
"""
|
||||
:returns: A human-readable representation of the destination including addressable hash and full name.
|
||||
"""
|
||||
return "<"+self.name+"/"+self.hexhash+">"
|
||||
return "<"+self.name+":"+self.hexhash+">"
|
||||
|
||||
def _clean_ratchets(self):
|
||||
if self.ratchets != None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue