posting
quadrismegistus 4 years ago
parent d4ffaf2a65
commit 1e93323552

@ -380,8 +380,9 @@ class KomradeX(Caller):
'success':False, 'success':False,
'status':'Post not found.' '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 # it should be twice decrypted
msg_op2me = Message( msg_op2me = Message(
from_whom=self.op, from_whom=self.op,

Loading…
Cancel
Save