Some work on sync lists.

This commit is contained in:
Tim 2015-07-02 01:48:38 +02:00
commit 69ffaf5292
7 changed files with 333 additions and 26 deletions

View file

@ -739,7 +739,7 @@ class PmsConnect(object):
server_info = []
for a in xml_head:
output = {"name": self.get_xml_attr(a, 'name'),
"machineIdentifier": self.get_xml_attr(a, 'machineIdentifier'),
"machine_identifier": self.get_xml_attr(a, 'machineIdentifier'),
"host": self.get_xml_attr(a, 'host'),
"port": self.get_xml_attr(a, 'port'),
"version": self.get_xml_attr(a, 'version')