main
bashrc 2026-08-21 21:40:41 +01:00
parent 99daa27fd6
commit 75c17914e7
1 changed files with 1 additions and 1 deletions

View File

@ -177,4 +177,4 @@ def set_post_content_labels(post_json_object: {}, labels: str) -> None:
'name': 'Labels',
'value': labels
}
obj['attachment'].append(labels_dict)
obj['tag'].append(labels_dict)