diff --git a/cli/src/core/models.py b/cli/src/core/models.py index a65038d..f41a9f5 100644 --- a/cli/src/core/models.py +++ b/cli/src/core/models.py @@ -122,7 +122,7 @@ class IocsOverview(BaseModel): return IocsOverview(content=s) def add_ioc(self, service: Service, description: str): - new_row = f"| AGEBD-CPCL-{service.name_upper} | {service.ioc_port} | {description} |\n" + new_row = f"| AGEBD-CPCL-{service.name_upper} | {description} |\n" # Ensuring it starts on a clean new line if the file didn't end with one if not self.content.endswith("\n"):