mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 08:02:31 -05:00
Code style fix.
This commit is contained in:
@@ -32,5 +32,5 @@ def limit_exceeded(e):
|
|||||||
|
|
||||||
@main.app_errorhandler(500)
|
@main.app_errorhandler(500)
|
||||||
def internal_server_error(e):
|
def internal_server_error(e):
|
||||||
current_app.logger.exception(e)
|
current_app.logger.exception(e)
|
||||||
return jsonify(error="Internal error"), 500
|
return jsonify(error="Internal error"), 500
|
||||||
|
|||||||
Reference in New Issue
Block a user