Skip to content

Commit

Permalink
add error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuspg committed Apr 14, 2016
1 parent 0fbdb47 commit 96d487e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def POST(self):

def handle_error():
cherrypy.response.status = 500
cherrypy.response.body = ""
cherrypy.response.body = "Internal Server Error"
print(_cperror.format_exc())


Expand Down

0 comments on commit 96d487e

Please sign in to comment.