2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-19 15:25:34 +00:00
This commit is contained in:
quadrismegistus 2020-09-12 21:54:04 +01:00
parent 55beedcca0
commit c4f9ce60fa

View File

@ -43,11 +43,11 @@ class Message(Logger):
else:
msg=self.msg
return f"""
from: {self.from_whom}
({self.from_whom.pubkey.data_b64.decode()})
from: {self.from_name}
({self.from_pubkey})
to: {self.to_whom}
({self.to_whom.pubkey.data_b64.decode()})
to: {self.to_name}
({self.to_pubkey})
msg: {msg}
"""