forked from home-assistant/core
formatting correction
This commit is contained in:
@@ -172,5 +172,6 @@ class MailNotificationService(BaseNotificationService):
|
|||||||
msg.as_string())
|
msg.as_string())
|
||||||
break
|
break
|
||||||
except smtplib.SMTPException:
|
except smtplib.SMTPException:
|
||||||
_LOGGER.warning('SMTPException sending mail: retrying connection')
|
_LOGGER.warning('SMTPException sending mail: '
|
||||||
|
'retrying connection')
|
||||||
self.connect()
|
self.connect()
|
||||||
|
Reference in New Issue
Block a user