finally!!!

posting
quadrismegistus 4 years ago
parent fdef464dad
commit 2a8bc99849

@ -200,6 +200,7 @@ values = {self.values}
def append(self,x_l,insert=None):
if type(x_l)!=list: x_l=[x_l]
val_l = self.values
self.log('val_l =',val_l)
x_l = [x for x in x_l if not x in set(val_l)]
# print('val_l =',val_l)
for x in x_l:

@ -447,7 +447,7 @@ class KomradeX(Caller):
post_prefix='/post/'):
# update inbox
new_inbox = id2post.keys()
new_inbox = list(id2post.keys())
inbox = self.get_inbox_crypt(
prefix=inbox_prefix
)

Loading…
Cancel
Save