1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

ℹ️ Better description

This commit is contained in:
coder2020official 2022-10-08 23:03:04 +04:00
parent 2d7170feee
commit b3953d6249

View File

@ -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()