3
0
Fork 0

fix: fix typo

This commit is contained in:
Lance Edgar 2025-08-10 11:15:36 -05:00
parent 7550a7a860
commit 836c7af1f0

View file

@ -709,7 +709,7 @@ class EmailHandler(GenericHandler):
password = self.config.get(f'{self.config.appname}.mail.smtp.password') password = self.config.get(f'{self.config.appname}.mail.smtp.password')
# make sure sending is enabled # make sure sending is enabled
log.debug("sending email from %s; to %s", sender, recips) log.debug("sending email from %s: to %s", sender, recips)
if not self.sending_is_enabled(): if not self.sending_is_enabled():
log.debug("nevermind, config says no emails") log.debug("nevermind, config says no emails")
return return