Skip to content

Commit 2037840

Browse files
committed
Removed redundant error handler in app.py
1 parent 43a21c2 commit 2037840

File tree

1 file changed

+0
-3
lines changed
  • backend/analytics_server

1 file changed

+0
-3
lines changed

backend/analytics_server/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,5 @@ def handle_exception(e):
6969
return response
7070

7171

72-
app.register_error_handler(Exception, handle_exception)
73-
app.register_error_handler(HTTPException, handle_http_exception)
74-
7572
if __name__ == "__main__":
7673
app.run(port=int(ANALYTICS_SERVER_PORT))

0 commit comments

Comments
 (0)