mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 06:32:17 +03:00
messaging camel case added
This commit is contained in:
parent
e0bd0ab14d
commit
0825fcb3c7
1 changed files with 2 additions and 2 deletions
|
@ -92,10 +92,10 @@ class Messaging(object):
|
||||||
data['hardware.systemDefinitions'] = str(System.Hardware.system_definitions()),
|
data['hardware.systemDefinitions'] = str(System.Hardware.system_definitions()),
|
||||||
|
|
||||||
if len(ssd_list) > 0:
|
if len(ssd_list) > 0:
|
||||||
data['hardware.disk.ssd.info'] = str(ssd_list)
|
data['hardwareDiskSsdInfo'] = str(ssd_list)
|
||||||
|
|
||||||
if len(hdd_list) > 0:
|
if len(hdd_list) > 0:
|
||||||
data['hardware.disk.hdd.info'] = str(hdd_list)
|
data['hardwareDiskHddInfo'] = str(hdd_list)
|
||||||
|
|
||||||
json_data = json.dumps(data)
|
json_data = json.dumps(data)
|
||||||
self.logger.debug('Login message was created')
|
self.logger.debug('Login message was created')
|
||||||
|
|
Loading…
Reference in a new issue