posting
quadrismegistus 4 years ago
parent d4ffaf2a65
commit 1e93323552

@ -380,7 +380,8 @@ 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(

Loading…
Cancel
Save