Move main try/catch block to inside the while True loop, and take action instead of exiting. This means that if a plugin has a bug that throws an error, the rest of the bot will still run uninterrupted.
[x] Add a Connection.error_handler callable
[x] Send a privmsg to bot.admins
[x] Send an email to the local user using sendmail
Move main try/catch block to inside the
while True
loop, and take action instead of exiting. This means that if a plugin has a bug that throws an error, the rest of the bot will still run uninterrupted.Connection.error_handler
callablebot.admins