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:03:02 +01:00
parent 1606ce86d2
commit ae1291f722

View File

@ -30,7 +30,7 @@ class TheTelephone(Operator):
msg_b=msg_d["msg"]
msg_b64 = b64encode(msg_b)
msg_b64_str = msg_b64.decode()
self.log(f'''Sending total encrypted package:\n\n{msg_b64_str}''')
self.log(f'''Sending the encrypted content package:\n\n{msg_b64_str}''')
# seal for transport
msg_b64_str_esc = msg_b64_str.replace('/','_')