diff --git a/evidence/parse.py b/evidence/parse.py index 9dca596..b65e23c 100644 --- a/evidence/parse.py +++ b/evidence/parse.py @@ -168,7 +168,7 @@ class Build: def get_hid(self, snapshot): try: - self.inxi = json.loads(self.json["inxi"]) + self.inxi = json.loads(self.json["data"]["inxi"]) except Exception: logger.error("No inxi in snapshot %s", self.uuid) return ""