Commit 7476f61b authored by Łukasz Nowak's avatar Łukasz Nowak

fixup! Synchronise xml2dict and dict2xml

parent fd46e196
......@@ -62,7 +62,7 @@ def xml2dict(xml):
value = value + ' ' + element.text
else:
value = element.text
result_dict[key] = value
result_dict[key] = value or ''
return result_dict
def _addIpv6Brackets(url):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment