Add additional data cleanse
This commit is contained in:
parent
ad8cfadedf
commit
97554ff8bb
@ -48,6 +48,7 @@ def prom_exporter():
|
||||
if info['value'] is not None:
|
||||
info['value'] = info['value'].replace("dBm", "")
|
||||
info['value'] = info['value'].replace("dB", "")
|
||||
info['value'] = info['value'].replace(">=", "")
|
||||
# Populate response
|
||||
response=[]
|
||||
for attribute, info in signal.items():
|
||||
|
Reference in New Issue
Block a user