From d39ca2267fd31c9d3a41c9de47e181a9ec40cfc6 Mon Sep 17 00:00:00 2001 From: Fran Date: Sun, 3 Nov 2024 00:04:35 -0500 Subject: [PATCH] fix: Fix Typo --- sources/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.py b/sources/main.py index b7d7d44..55ba059 100644 --- a/sources/main.py +++ b/sources/main.py @@ -181,7 +181,7 @@ async def get_stats() -> str: if EM.SHOW_FOLLOWERS: DBM.i("Adding profile followers...") data = GHM.USER.get_followers() - DBM.i(str(data)") + DBM.i(str(data)) if EM.SHOW_LINES_OF_CODE: DBM.i("Adding lines of code info...")