mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
fix indent
This commit is contained in:
@@ -1048,6 +1048,7 @@ def send_notification(service_id, template_id):
|
|||||||
sender_id=session.get('sender_id', None),
|
sender_id=session.get('sender_id', None),
|
||||||
)
|
)
|
||||||
except HTTPError as exception:
|
except HTTPError as exception:
|
||||||
|
current_app.logger.error('Service {} could not send notification: "{}"'.format(
|
||||||
current_service.id,
|
current_service.id,
|
||||||
exception.message
|
exception.message
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user