summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/truthtableClass.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Server-Code/truthtableClass.py')
-rw-r--r--Code/Server-Code/truthtableClass.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Code/Server-Code/truthtableClass.py b/Code/Server-Code/truthtableClass.py
index 85fd5c6..d45a8fe 100644
--- a/Code/Server-Code/truthtableClass.py
+++ b/Code/Server-Code/truthtableClass.py
@@ -87,8 +87,7 @@ class trueTable:
found = True
if found == False:
self.deviceStatus.append([device,'UNKNOWN'])
- for status in self.deviceStatus:
-
+ for status in self.deviceStatus:
if status[1] == 'OK':
self.OK = self.OK+1
elif status[1] == 'NOT OK':