Skip to content
Snippets Groups Projects
Commit 8faeb7ab authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove deprecated access to dom_ids

parent 2aa30f81
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class CalibrateAHRS(kp.Module):
now = datetime.utcnow()
tmch_data = TMCHData(io.BytesIO(blob['CHData']))
dom_id = tmch_data.dom_id
clb = self.clbmap.dom_id[dom_id]
clb = self.clbmap.dom_ids[dom_id]
if clb.floor == 0:
self.log.info("Skipping base CLB")
return blob
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment