mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-19 15:25:34 +00:00
updates
This commit is contained in:
parent
451d47d1dc
commit
b9a7eee4d3
@ -49,7 +49,8 @@ class Message(Logger):
|
|||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
if type(self.msg)==dict:
|
if type(self.msg)==dict:
|
||||||
msg=dict_format(self.msg,tab=4)
|
# msg=dict_format(self.msg,tab=4)
|
||||||
|
msg=repr(Message(self.msg))
|
||||||
else:
|
else:
|
||||||
msg=self.msg
|
msg=self.msg
|
||||||
return f"""
|
return f"""
|
||||||
|
Loading…
Reference in New Issue
Block a user