fix: Text fix
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:05:48 -05:00
parent 7b546b969a
commit 8808bce0d9

View File

@@ -175,7 +175,7 @@ async def get_stats() -> str:
for user in data: for user in data:
username = user.login.replace("-", "--") username = user.login.replace("-", "--")
stats += f"[![@{user.login}](https://img.shields.io/badge/@{username}-black?style=plastic&logo=github&logoColor=fff)]({user.html_url}) " stats += f"[![@{user.login}](https://img.shields.io/badge/@{username}-black?style=plastic&logo=github&logoColor=fff)]({user.html_url}) "
stats += f"\n\n###### Follow my account you can appear on this list. *This list updates every 12h*\n\n" stats += f"\n\n###### Follow my account to appear on this list. *This list updates every 12h*\n\n"
stats += f"**📈 {FM.t('Stats')}** \n\n" stats += f"**📈 {FM.t('Stats')}** \n\n"