From 3e0bf072f723b1510defac900991e14b7a6e2e83 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Tue, 15 Sep 2020 15:18:42 +0100 Subject: [PATCH] updates --- komrade/backend/komrades.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komrade/backend/komrades.py b/komrade/backend/komrades.py index 4a01117..c66c299 100644 --- a/komrade/backend/komrades.py +++ b/komrade/backend/komrades.py @@ -394,7 +394,7 @@ class KomradeX(Caller): post_id, prefix='/post/', ) - print(post_id),inbox_ids,post_id in inbox_ids + print(post_id,inbox_ids,post_id in inbox_ids,'???') stop if post_id in inbox_ids: inbox_ids.remove(post_id)