You've already forked wakapi-readme-stats
fix: Fix username with "-"
This commit is contained in:
@@ -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""
|
||||
stats += f"\nIf you follow my account you can appear on this list. *This list updates every 12h*\n\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user