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

Reviewed scan python code

parent 36626f22
No related branches found
No related tags found
1 merge request!108Updated Python scan code
......@@ -53,9 +53,7 @@ class PortList:
return pretty_json(d)
def __del__(self):
print(f"i'm going to delete port list: {self}")
self.delete()
print("i finished to delete port list")
def delete(self):
res = self.client.delete_port_list(self.id)
......
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