From f9060099110a76b52a82c2ec6a3538f60ee8c0a3 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 17 Mar 2024 14:32:13 +0100 Subject: [PATCH] fix: typo --- 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 802bbd35..b7f59b5b 100644 --- a/GramAddict/core/bot_flow.py +++ b/GramAddict/core/bot_flow.py @@ -166,7 +166,7 @@ def start_bot(**kwargs): "If you press ENTER, you are aware of this and will not ask for support in case of a crash." ) logger.warning( - "If you want to avoid pressing ENTER next run, add allow-untested-ig-version: True in your config.yml file. (read the docs for more info)" + "If you want to avoid pressing ENTER next run, add allow-untested-ig-version: true in your config.yml file. (read the docs for more info)" ) input()