ℹ️ Better description

This commit is contained in:
coder2020official 2022-10-08 23:03:04 +04:00
parent 2d7170feee
commit b3953d6249
1 changed files with 1 additions and 1 deletions

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