2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-15 13:12:53 +01:00
parent 166d91ee8a
commit 54de60dc90

View File

@ -473,6 +473,7 @@ class KomradeX(Caller):
def read_msg(self,post_id):
# get post
post_encr = self.crypt_keys.get(post_id,prefix='/post/')
print(post_id,'????')
if not post_encr:
return {
'success':False,