Improves error detection

This commit is contained in:
Pierre Lannoy 2024-03-12 10:14:00 +01:00
commit 0c1345edc1
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -13,6 +13,7 @@ class LLDP():
else:
self.output = subprocess.getoutput('lldpctl -f keyvalue')
self.data = None #self.parse()
self.output = None
def parse(self):
output_dict = {}