mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Fixed Resource string representation. Added emission timestamp in announce.
This commit is contained in:
parent
4ef369cdd8
commit
c0fb419fe1
3 changed files with 23 additions and 4 deletions
|
@ -804,7 +804,7 @@ class Resource:
|
|||
return progress
|
||||
|
||||
def __str__(self):
|
||||
return RNS.prettyhexrep(self.hash)+str(self.link)
|
||||
return "<"+RNS.hexrep(self.hash)+"/"+RNS.hexrep(self.link.link_id)+">"
|
||||
|
||||
|
||||
class ResourceAdvertisement:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue