We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb49866 commit f9e29a2Copy full SHA for f9e29a2
api/execute.py
@@ -34,6 +34,7 @@ async def execute():
34
return response
35
36
37
+# check if a 500 error code is thrown
38
@app.errorhandler(500)
39
def internal_error(error):
40
return "500 error: {}".format(str(error)), 500
0 commit comments