removed logging
This commit is contained in:
parent
542c76c79d
commit
7cf3c34f7d
|
@ -57,10 +57,7 @@ class TasmotaCollector(object):
|
||||||
|
|
||||||
values[label] = value
|
values[label] = value
|
||||||
except IndexError:
|
except IndexError:
|
||||||
print("Index Error")
|
|
||||||
continue
|
continue
|
||||||
print(label)
|
|
||||||
print(value)
|
|
||||||
return values
|
return values
|
||||||
|
|
||||||
def signal_handler(signal, frame):
|
def signal_handler(signal, frame):
|
||||||
|
|
Loading…
Reference in New Issue