2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00
This commit is contained in:
quadrismegistus 2020-09-10 12:26:13 +01:00
parent 3d2ab95f05
commit b238bc689e

View File

@ -41,7 +41,7 @@ class Message(Logger):
<MSG> <MSG>
self.from_whom={self.from_whom} self.from_whom={self.from_whom}
self.to_whom={self.to_whom} self.to_whom={self.to_whom}
self.msg_d={msg_d_str} self.msg={self.msg}
</MSG> </MSG>
""" """