mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
updates
This commit is contained in:
parent
0a051ac737
commit
6cdea75d94
@ -41,6 +41,8 @@ class Message(Logger):
|
||||
if is_valid_msg_d(self.msg):
|
||||
import textwrap
|
||||
msg = textwrap.indent(repr(Message(self.msg)),' '*10)
|
||||
elif 'txt' in self.msg:
|
||||
msg=self.msg.get('txt')
|
||||
else:
|
||||
msg=dict_format(self.msg,tab=6)
|
||||
elif type(self.msg)==bytes:
|
||||
|
Loading…
Reference in New Issue
Block a user