mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-23 21:58:38 +02:00
Fix scan bug not finding vm/pc installations 2
This commit is contained in:
parent
4b52bcc0c3
commit
e6930e3a1a
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@ def grab_device_data(dev, q):
|
||||||
if d['name'] in excluded_keys:
|
if d['name'] in excluded_keys:
|
||||||
continue
|
continue
|
||||||
health_vals[d['name']]=d['value']
|
health_vals[d['name']]=d['value']
|
||||||
|
elif result['board-name']=='x86':
|
||||||
|
health_vals={}
|
||||||
else:
|
else:
|
||||||
health_vals: Dict[str, str] = health[0]
|
health_vals: Dict[str, str] = health[0]
|
||||||
result.update(health_vals)
|
result.update(health_vals)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue