fix: Emoji for people
Some checks are pending
PUBLISH_IMAGE / Publish 'waka-readme-stats' image (push) Waiting to run
CODESTYLE / Run codestyle check (push) Waiting to run

This commit is contained in:
2024-11-03 13:04:02 -05:00
parent 90e9c14d83
commit 7b546b969a

View File

@@ -170,7 +170,7 @@ async def get_stats() -> str:
if EM.SHOW_FOLLOWERS:
DBM.i("Adding profile followers...")
stats += f"**🐱 {FM.t('Awesome People!')}** \n\n"
stats += f"** {FM.t('Awesome People!')}** \n\n"
data = GHM.USER.get_followers()
for user in data:
username = user.login.replace("-", "--")