2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-13 07:10:49 +00:00

komrade update!

This commit is contained in:
quadrismegistus 2020-09-18 09:57:47 +01:00
parent 828159c2d5
commit 624851644f

View File

@ -684,7 +684,7 @@ class TheOperator(Operator):
# self.log('my_msg_world',msg) # self.log('my_msg_world',msg)
for post_id in post_ids: for post_id in post_ids:
msg=world.read_msg(post_id) msg=world.read_msg(post_id)
self.log('postttttiddddd',post_id,'----->',msg) self.log('postttttiddddd',post_id,'----->',msg.msg_d)
res = { res = {
'status':f'', #Succeeded in getting {len(id2post)} new posts.', 'status':f'', #Succeeded in getting {len(id2post)} new posts.',