feat: added additional data
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-05-06 14:33:03 +02:00
parent 90d685da81
commit 5ed902489f
3 changed files with 43 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ def get_collection_string(
def get_element_str(element) -> str:
nonlocal add_id
r = element.title_string.strip()
if add_id:
if add_id and False:
r += " " + str(element.id)
return r