summaryrefslogtreecommitdiff
path: root/haircontrol/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'haircontrol/data.py')
-rw-r--r--haircontrol/data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/haircontrol/data.py b/haircontrol/data.py
index 8adf75f..463e38a 100644
--- a/haircontrol/data.py
+++ b/haircontrol/data.py
@@ -33,6 +33,7 @@ class Equipment:
self.name = name
self.mgmtip = mgmtip
self.ifaces = {}
+ self.inspected = False
def __repr__(self):
return repr( (self.name, self.mgmtip, list(self.ifaces.values())) )