Skip to content

Commit

Permalink
Merge pull request #65
Browse files Browse the repository at this point in the history
Fix text display
  • Loading branch information
usbtypec1 authored Jan 3, 2024
2 parents 81280c7 + 9747ee8 commit 0778ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/manas_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_caption(self) -> str:
'<b>📲 Личная информация:</b>',
f'ФИО: {full_name}',
f'Дата рождения: {self.__manas_id.born_at:%d.%m.%Y}',
f'Возраст: {compute_age(self.__manas_id.born_at)} {age_suffix}'
f'Возраст: {compute_age(self.__manas_id.born_at)} {age_suffix}',
f'Живёт на Земле: {living_days} дней',
f'Пол: {gender_name}',
f'Страна: {country}',
Expand Down

0 comments on commit 0778ab2

Please sign in to comment.