From ac53721cd8608df669da8338de36b87df193c144 Mon Sep 17 00:00:00 2001 From: bashrc Date: Mon, 24 Aug 2026 11:47:48 +0100 Subject: [PATCH] Reverse logic --- src/content_labels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content_labels.py b/src/content_labels.py index 506c2e919..a616afaac 100644 --- a/src/content_labels.py +++ b/src/content_labels.py @@ -545,7 +545,7 @@ def _store_content_labels_base(base_dir: str, nickname: str, domain: str, post_url = remove_id_ending(post_json_object['id']) post_url = post_url.replace('/', '#') labels_ctr: int = 0 - if is_person: + if not is_person: for label in labels_list: if _store_content_label(nickname, label, labels_dir, post_url,