Reverse logic

main
bashrc 2026-08-24 11:47:48 +01:00
parent aabd319d3d
commit ac53721cd8
1 changed files with 1 additions and 1 deletions

View File

@ -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 = remove_id_ending(post_json_object['id'])
post_url = post_url.replace('/', '#') post_url = post_url.replace('/', '#')
labels_ctr: int = 0 labels_ctr: int = 0
if is_person: if not is_person:
for label in labels_list: for label in labels_list:
if _store_content_label(nickname, if _store_content_label(nickname,
label, labels_dir, post_url, label, labels_dir, post_url,