mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 05:11:42 -05:00
Fixed formatting and typo on beat config.
This commit is contained in:
@@ -117,6 +117,6 @@ def timeout_notifications():
|
||||
", status has been updated.").format(noti.id))
|
||||
except Exception as e:
|
||||
current_app.logger.exception(e)
|
||||
current_app.logger.error((
|
||||
"Exception raised trying to timeout notification ({})"
|
||||
", skipping notification update.").format(noti.id))
|
||||
current_app.logger.error(
|
||||
"Exception raised trying to timeout notification ({}) skipping notification update.".format(noti.id)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user