Skip to content

Commit

Permalink
nces endpoint returns a string
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-KOUAGOU committed Aug 8, 2023
1 parent 519dcc5 commit 15110b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nces_endpoint
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_flask_app():
app.logger.debug(e)
abort(400)
try:
hypotheses_ser = prediction#renderer.render(prediction)
hypotheses_ser = renderer.render(prediction)
except Exception as ex:
print(ex)
return Response(hypotheses_ser)
Expand Down

0 comments on commit 15110b6

Please sign in to comment.