inxi (take 2) #38

Merged
pedro merged 12 commits from inxi into main 2024-12-16 18:48:42 +00:00
Showing only changes of commit 1902647337 - Show all commits

View file

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