2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00

komrade update!

This commit is contained in:
quadrismegistus 2020-09-17 17:33:31 +01:00
parent 8f5003b46b
commit 2fce5a0428

View File

@ -455,10 +455,13 @@ class KomradeX(Caller):
# update posts
for post_id,post in id2post.items():
self.log(f'saving post!\n{post_id}\n\n{post}')
self.crypt_data.set(
post_id,
post,
prefix=post_prefix
prefix=post_prefix,
override=True
)
res = {