From b3953d6249ac320254bf489110194da718879e29 Mon Sep 17 00:00:00 2001 From: coder2020official Date: Sat, 8 Oct 2022 23:03:04 +0400 Subject: [PATCH] =?UTF-8?q?=E2=84=B9=EF=B8=8F=20Better=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- telebot/async_telebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/async_telebot.py b/telebot/async_telebot.py index c824260..6a37ff8 100644 --- a/telebot/async_telebot.py +++ b/telebot/async_telebot.py @@ -392,7 +392,7 @@ class AsyncTeleBot: if not non_stop: # show warning - logger.warning("Important: Set non_stop=True for production so that polling won't crash during errors.") + logger.warning("Setting non_stop to False will stop polling on API and system exceptions.") self._user = await self.get_me()