komrade update!

posting-take2
quadrismegistus 4 years ago
parent ff0ef633fb
commit 96aecccdad

@ -767,6 +767,7 @@ class KomradeX(Caller):
'msg':Message(msg_from_op)
}
else:
print(msg_from_op)
raise KomradeException('Why am I getting this msg?')
return

@ -719,13 +719,6 @@ class TheOperator(Operator):
self.log('res_posts',res_posts)
posts=res_posts.get('posts',{})
# if one is in the other???
shared_ids = set(list(posts.keys())) & set(list(msgs.keys()))
self.log('shared_ids = ',shared_ids,'???')
if shared_ids:
for idx in shared_ids:
del msgs[idx]
# return
res={
'success': True,

Loading…
Cancel
Save