formatting correction

This commit is contained in:
Todd Ingarfield 2015-09-24 11:20:25 -05:00
parent a89bfcf342
commit b0b3c2f73f

View file

@ -172,5 +172,6 @@ class MailNotificationService(BaseNotificationService):
msg.as_string())
break
except smtplib.SMTPException:
_LOGGER.warning('SMTPException sending mail: retrying connection')
_LOGGER.warning('SMTPException sending mail: '
'retrying connection')
self.connect()