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