diff --git a/stix_shifter_modules/crowdstrike_alerts/stix_transmission/connector.py b/stix_shifter_modules/crowdstrike_alerts/stix_transmission/connector.py index 1181f8b17..9e60c8ef4 100644 --- a/stix_shifter_modules/crowdstrike_alerts/stix_transmission/connector.py +++ b/stix_shifter_modules/crowdstrike_alerts/stix_transmission/connector.py @@ -149,5 +149,5 @@ def _handle_api_response(self, rest_api_exception): else: raise Exception(rest_api_exception.error_message) - ErrorResponder.fill_error(return_obj, response_dict, response_dict['message'], error=connection_error, connector=self.connector) + ErrorResponder.fill_error(return_obj, response_dict, ['message'], error=connection_error, connector=self.connector) return return_obj \ No newline at end of file