posting
quadrismegistus 4 years ago
parent d4ffaf2a65
commit 1e93323552

@ -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,

Loading…
Cancel
Save