From 7a20169d7652dd1263b39578dd7e0e6a25abfa2a Mon Sep 17 00:00:00 2001 From: hasankara Date: Wed, 26 Sep 2018 17:15:01 +0300 Subject: [PATCH] Method for getting device language and getting computer model for showing Ahenk informations on Lider Console are added to core. --- src/base/registration/registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/registration/registration.py b/src/base/registration/registration.py index 7c7e9f2..b455712 100644 --- a/src/base/registration/registration.py +++ b/src/base/registration/registration.py @@ -137,7 +137,7 @@ class Registration: 'hardware.printers': str(System.Hardware.printers()), 'hardware.systemDefinitions': str(System.Hardware.system_definitions()), '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()), 'sessions.userNames': str(System.Sessions.user_name()), 'bios.releaseDate': System.BIOS.release_date()[1].replace('\n', '') if System.BIOS.release_date()[