diff --git a/src/analytics/api/views/data.py b/src/analytics/api/views/data.py index caf4d6439d..45a5976f94 100644 --- a/src/analytics/api/views/data.py +++ b/src/analytics/api/views/data.py @@ -189,7 +189,7 @@ def post(self): logger.exception(f"An error occurred: {ex}") return ( AirQoRequests.create_response( - f"An Error occurred while processing your request. Please contact support. {ex}", + f"An Error occurred while processing your request. Please contact support.", success=False, ), AirQoRequests.Status.HTTP_500_INTERNAL_SERVER_ERROR,