diff --git a/sources/main.py b/sources/main.py index 5839df2..54db84e 100644 --- a/sources/main.py +++ b/sources/main.py @@ -87,6 +87,7 @@ async def get_short_github_info() -> str: stats = f"**🐱 {FM.t('Awesome People!')}** \n\n" data = GHM.USER.get_followers() for user in data: + username = user.login.replace("-", "--") stats += f"![@{user.login}](https://img.shields.io/badge/@{user.login}-black?style=plastic&logo=github&logoColor=fff&link={user.html_url})" stats += f"\nIf you follow my account you can appear on this list. *This list updates every 12h*\n\n"