From 75c17914e7bc2cd043268f6c6fdc0aa9d34fc930 Mon Sep 17 00:00:00 2001 From: bashrc Date: Fri, 21 Aug 2026 21:40:41 +0100 Subject: [PATCH] Set tag --- 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 da040c4c9..51403ea3a 100644 --- a/src/content_labels.py +++ b/src/content_labels.py @@ -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)