fix: Text update
Some checks failed
PUBLISH_IMAGE / Publish 'waka-readme-stats' image (push) Has been cancelled
CODESTYLE / Run codestyle check (push) Has been cancelled
CI / Run Test and Review PR (pull_request) Has been cancelled
CodeQL / Analyze (python) (pull_request) Has been cancelled
Dependency review / dependency-review (pull_request) Failing after 25s

This commit is contained in:
2024-11-03 13:08:07 -05:00
parent 8808bce0d9
commit 45a6a62647

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 to appear on this list. *This list updates every 12h*\n\n" stats += f"\n\n###### Follow my account to appear on this list. *The list updates every 12h*\n\n"
stats += f"**📈 {FM.t('Stats')}** \n\n" stats += f"**📈 {FM.t('Stats')}** \n\n"