4 lines
88 B

from quart import jsonify
def handle_error(e):
return jsonify({'error':str(e)}),500