diff --git a/sekoiaio_connector.py b/sekoiaio_connector.py index 28b3e3e..e91ee9d 100644 --- a/sekoiaio_connector.py +++ b/sekoiaio_connector.py @@ -219,7 +219,7 @@ def _handle_get_indicator(self, param): if phantom.is_fail(ret_val): return action_result.get_status() - self.save_progress("Great, we get response from the endpoint !!") + self.save_progress("Received response from endpoint") # Add the response into the data section action_result.add_data(response.get("items", []))