You've already forked wakapi-readme-stats
fix: Don't add double - to username text
This commit is contained in:
@@ -88,7 +88,7 @@ async def get_short_github_info() -> str:
|
||||
data = GHM.USER.get_followers()
|
||||
for user in data:
|
||||
username = user.login.replace("-", "--")
|
||||
stats += f""
|
||||
stats += f""
|
||||
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...")
|
||||
|
||||
Reference in New Issue
Block a user