mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 17:52:17 +03:00
tab is removed
This commit is contained in:
parent
7a20169d76
commit
32f08110ff
1 changed files with 2 additions and 2 deletions
|
@ -574,7 +574,7 @@ class System:
|
||||||
arr.append(line)
|
arr.append(line)
|
||||||
return arr
|
return arr
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def machine_model():
|
def machine_model():
|
||||||
try:
|
try:
|
||||||
result_code, p_out, p_err = Util.execute('sudo dmidecode --string system-version')
|
result_code, p_out, p_err = Util.execute('sudo dmidecode --string system-version')
|
||||||
|
|
Loading…
Reference in a new issue