fix indent

This commit is contained in:
James Moffet
2022-07-26 12:37:13 -07:00
parent 68365f8b08
commit c697596d1a

View File

@@ -1048,6 +1048,7 @@ def send_notification(service_id, template_id):
sender_id=session.get('sender_id', None),
)
except HTTPError as exception:
current_app.logger.error('Service {} could not send notification: "{}"'.format(
current_service.id,
exception.message
))