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 14:42:33 +01:00
parent 77a712a95a
commit f0372c0fcb

View File

@ -546,7 +546,7 @@ class TheOperator(Operator):
msgs=res_msgs.get('posts')
# (3) get posts
posts=[]
posts={}
res_posts={}
if include_posts and self.name!=WORLD_NAME:
res_posts = self.get_posts()
@ -557,7 +557,7 @@ class TheOperator(Operator):
'res_msgs':res_msgs,
'res_posts':res_posts
}
posts=res_posts.get('posts',[])
posts=res_posts.get('posts',{})
# return
res={