formatting correction
This commit is contained in:
parent
a89bfcf342
commit
b0b3c2f73f
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue