Improves error detection
This commit is contained in:
parent
356807ac65
commit
0c1345edc1
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ class LLDP():
|
||||||
else:
|
else:
|
||||||
self.output = subprocess.getoutput('lldpctl -f keyvalue')
|
self.output = subprocess.getoutput('lldpctl -f keyvalue')
|
||||||
self.data = None #self.parse()
|
self.data = None #self.parse()
|
||||||
|
self.output = None
|
||||||
|
|
||||||
def parse(self):
|
def parse(self):
|
||||||
output_dict = {}
|
output_dict = {}
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue