mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 06:12:15 +03:00
tab is removed
This commit is contained in:
parent
7a20169d76
commit
32f08110ff
1 changed files with 2 additions and 2 deletions
|
@ -573,8 +573,8 @@ class System:
|
|||
if len(list(set(line.split(' ')).intersection(['Manufacturer:', 'Product']))) > 0:
|
||||
arr.append(line)
|
||||
return arr
|
||||
|
||||
@staticmethod
|
||||
|
||||
@staticmethod
|
||||
def machine_model():
|
||||
try:
|
||||
result_code, p_out, p_err = Util.execute('sudo dmidecode --string system-version')
|
||||
|
|
Loading…
Reference in a new issue