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)