mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 10:52:17 +03:00
Method for getting device language and getting computer model for showing Ahenk informations on Lider Console are added to core.
This commit is contained in:
parent
093e432862
commit
7a20169d76
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class Registration:
|
||||||
'hardware.printers': str(System.Hardware.printers()),
|
'hardware.printers': str(System.Hardware.printers()),
|
||||||
'hardware.systemDefinitions': str(System.Hardware.system_definitions()),
|
'hardware.systemDefinitions': str(System.Hardware.system_definitions()),
|
||||||
'hardware.model.version': str(System.Hardware.machine_model()),
|
'hardware.model.version': str(System.Hardware.machine_model()),
|
||||||
'hardware.memory.total': System.Hardware.Memory.total(),
|
'hardware.memory.total': System.Hardware.Memory.total(),
|
||||||
'hardware.network.ipAddresses': str(System.Hardware.Network.ip_addresses()),
|
'hardware.network.ipAddresses': str(System.Hardware.Network.ip_addresses()),
|
||||||
'sessions.userNames': str(System.Sessions.user_name()),
|
'sessions.userNames': str(System.Sessions.user_name()),
|
||||||
'bios.releaseDate': System.BIOS.release_date()[1].replace('\n', '') if System.BIOS.release_date()[
|
'bios.releaseDate': System.BIOS.release_date()[1].replace('\n', '') if System.BIOS.release_date()[
|
||||||
|
|
Loading…
Reference in a new issue