Skip to content
Snippets Groups Projects
Commit 027caa77 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Reviewed code

parent efda1c73
No related branches found
No related tags found
1 merge request!141Reviewed code
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment