orenlab / pytmbot

Flexible Telegram bot designed to manage Docker containers, monitor server status, and extend its functionality through a plugin system
https://orenlab.github.io/pytmbot/
MIT License
7 stars 2 forks source link

If the connection fails, the bot will crash. #51

Closed orenlab closed 2 months ago

orenlab commented 2 months ago

If the connection is lost, on the second iteration of the start_polling method, the bot will crash and Docker will restart the container. This behavior is not expected for versions 0.0.9 and earlier.