From 4fe05d90e58f20825013efd58b5a4a816346d6cd Mon Sep 17 00:00:00 2001 From: Fran Date: Sun, 3 Nov 2024 01:23:38 -0500 Subject: [PATCH] fix: Add line --- sources/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.py b/sources/main.py index db7db02..5839df2 100644 --- a/sources/main.py +++ b/sources/main.py @@ -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"