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 22:10:00 +01:00
parent c2fc494918
commit 50fe167e03

View File

@ -54,10 +54,10 @@ class Message(Logger):
msg=self.msg
return f"""
from: {self.from_name}
({self.from_pubkey})
({b64encode(self.from_pubkey).decode()})
to: {self.to_name}
({self.to_pubkey})
({b64encode(self.to_pubkey).decode()})
msg: {msg}
"""