fix get_hid
This commit is contained in:
parent
9553ed6a4c
commit
bed40d3ee0
|
@ -83,7 +83,7 @@ class Build:
|
||||||
|
|
||||||
def get_hid(self, snapshot):
|
def get_hid(self, snapshot):
|
||||||
try:
|
try:
|
||||||
self.inxi = json.loads(self.json["inxi"])
|
self.inxi = json.loads(self.json["data"]["inxi"])
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.error("No inxi in snapshot %s", self.uuid)
|
logger.error("No inxi in snapshot %s", self.uuid)
|
||||||
return ""
|
return ""
|
||||||
|
|
Loading…
Reference in New Issue