mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
komrade update!
This commit is contained in:
parent
8f5003b46b
commit
2fce5a0428
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user