mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
formatting correction
This commit is contained in:
parent
a89bfcf342
commit
b0b3c2f73f
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user