2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-15 07:50:21 +01:00
parent d4ffaf2a65
commit 1e93323552

View File

@ -380,8 +380,9 @@ class KomradeX(Caller):
'success':False,
'status':'Post not found.'
}
self.log('found encrypted post store:',post_encr)
self.log('found encrypted post store:',pickle.loads(post_encr))
# it should be twice decrypted
msg_op2me = Message(
from_whom=self.op,