fix: [tags] debug

dev
terrtia 2024-01-08 15:02:39 +01:00
parent 4b21cc2939
commit f95d32d6dc
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -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)