mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
updates
This commit is contained in:
parent
2e206f6284
commit
3e38f2d027
@ -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:
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user