Adjusted CPU report
This commit is contained in:
parent
df33152a38
commit
f452216035
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ class CpuObj():
|
||||||
ram_details = get_ram_details()
|
ram_details = get_ram_details()
|
||||||
ram_total = human_readable_size(ram_details.pop('Total', 0)).strip()
|
ram_total = human_readable_size(ram_details.pop('Total', 0)).strip()
|
||||||
ram_dimms = ['{}x {}'.format(v, k) for k, v in sorted(ram_details.items())]
|
ram_dimms = ['{}x {}'.format(v, k) for k, v in sorted(ram_details.items())]
|
||||||
report.append(' ')
|
|
||||||
report.append('{BLUE}RAM{CLEAR}'.format(**COLORS))
|
report.append('{BLUE}RAM{CLEAR}'.format(**COLORS))
|
||||||
report.append(' {} ({})'.format(ram_total, ', '.join(ram_dimms)))
|
report.append(' {} ({})'.format(ram_total, ', '.join(ram_dimms)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue