From 9aebd932f2bf995bda3b30fa8158022eeb9c3e98 Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Sun, 8 Jan 2023 15:05:32 +0000 Subject: [PATCH] Typo fix --- GramAddict/core/bot_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GramAddict/core/bot_flow.py b/GramAddict/core/bot_flow.py index b6e416e8..35c4fe52 100644 --- a/GramAddict/core/bot_flow.py +++ b/GramAddict/core/bot_flow.py @@ -153,7 +153,7 @@ def start_bot(**kwargs): TESTED_IG_VERSION.split(".") ): logger.info( - f"You have a newer version of IG then the one tested! (Tested version: {TESTED_IG_VERSION}). That shouldn't be a problem.", + f"You have a newer version of IG than the one tested! (Tested version: {TESTED_IG_VERSION}). That shouldn't be a problem.", extra={"color": f"{Style.BRIGHT}"}, ) except Exception as e: