Skip to content

Commit f9e29a2

Browse files
committed
signed commit
Signed-off-by: Dmitri Saberi <[email protected]>
1 parent fb49866 commit f9e29a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/execute.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async def execute():
3434
return response
3535

3636

37+
# check if a 500 error code is thrown
3738
@app.errorhandler(500)
3839
def internal_error(error):
3940
return "500 error: {}".format(str(error)), 500

0 commit comments

Comments
 (0)