diff --git a/evidence/parse.py b/evidence/parse.py index d0e8414..3d95a84 100644 --- a/evidence/parse.py +++ b/evidence/parse.py @@ -83,7 +83,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 ""