diff --git a/files/gvm_library.py b/files/gvm_library.py index 7228e26f02c8d2a2c584805bc2bf0c797408e474..16455b76405373fad133eaa2d46eeff541ecb52f 100644 --- a/files/gvm_library.py +++ b/files/gvm_library.py @@ -89,7 +89,7 @@ class PortList: # Search port_lists by id/name def __get_info(self, filter: str = "rows=-1") -> List[Dict[str, str]]: res = [] - logging.info(f"gvm_client \n {self.client}") + logging.info(f"gvm_client \n {dir(self.client)}") pls = self.client.get_port_lists(filter_string = filter) \ .xpath('port_list')