fix: Add line
Some checks are pending
PUBLISH_IMAGE / Publish 'waka-readme-stats' image (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
CODESTYLE / Run codestyle check (push) Waiting to run

This commit is contained in:
2024-11-03 01:23:38 -05:00
parent b268e56360
commit 4fe05d90e5

View File

@@ -88,7 +88,7 @@ async def get_short_github_info() -> str:
data = GHM.USER.get_followers()
for user in data:
stats += f"![@{user.login}](https://img.shields.io/badge/@{user.login}-black?style=plastic&logo=github&logoColor=fff&link={user.html_url})"
stats += f"If you follow my account you can appear on this list. *This list updates every 12h*\n\n"
stats += f"\nIf you follow my account you can appear on this list. *This list updates every 12h*\n\n"
DBM.i("Adding short GitHub info...")
stats += f"**🐱 {FM.t('My GitHub Data')}** \n\n"