2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 09:54:01 +01:00
parent 2e206f6284
commit 3e38f2d027
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class Message(Logger):
import textwrap
msg = textwrap.indent(repr(Message(self.msg)),' '*10)
else:
msg=dict_format(self.msg,tab=4)
msg=dict_format(self.msg,tab=6)
elif type(self.msg)==bytes:
msg=b64enc_s(self.msg)
else:

View File

@ -282,7 +282,7 @@ class Operator(Keymaker):
...
{self}: pronto?
{msg_obj.from_whom}: Ciao. I have a message for you: {msg_obj}\n''')
{msg_obj.from_whom}: Ciao ciao. I have a message for you:\n{msg_obj}\n''')
return self.route_msg(msg_obj,reencrypt=True)