From 45a6a626475db2f44077c4b3d1bd14a1686e41ab Mon Sep 17 00:00:00 2001 From: Fran Date: Sun, 3 Nov 2024 13:08:07 -0500 Subject: [PATCH] fix: Text update --- sources/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.py b/sources/main.py index f7c5588..a659fdf 100644 --- a/sources/main.py +++ b/sources/main.py @@ -175,7 +175,7 @@ async def get_stats() -> str: for user in data: 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"\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"