я еблан
All checks were successful
docker / docker-push (push) Successful in 1m30s

This commit is contained in:
2026-03-12 00:34:37 +03:00
parent 16e033e2a4
commit 814ae2be1f

View File

@ -70,7 +70,7 @@ def gift_text(gift: Gift, id: int) -> str:
text += f"\n📃 Описание: {gift.description}" text += f"\n📃 Описание: {gift.description}"
if gift.link is not None: if gift.link is not None:
text += f"\n📎 Ссылка: {gift.description}" text += f"\n📎 Ссылка: {gift.link}"
if is_admin(id): if is_admin(id):
return text return text