From f95d32d6dc16193f25c667ac68c0a4ce94326f22 Mon Sep 17 00:00:00 2001 From: terrtia Date: Mon, 8 Jan 2024 15:02:39 +0100 Subject: [PATCH] fix: [tags] debug --- bin/lib/Tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lib/Tag.py b/bin/lib/Tag.py index 92da8a47..98de66e9 100755 --- a/bin/lib/Tag.py +++ b/bin/lib/Tag.py @@ -1473,7 +1473,7 @@ def _fix_tag_obj_id(): print(new_tag) raw = get_obj_by_tags(obj_type, [new_tag], nb_obj=500000) for obj_id in raw.get('tagged_obj', []): - print(obj_id) + # print(obj_id) delete_object_tag(tag, obj_type, obj_id) add_object_tag(new_tag, obj_type, obj_id)