add inxi in parsing and show in details of devs #29

Open
cayop wants to merge 3 commits from inxi into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b7d7b9041d - Show all commits

View File

@ -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 ""