Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Mar 17, 2024
1 parent fe80813 commit f906009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GramAddict/core/bot_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f906009

Please sign in to comment.