diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index 50b5a287..3505b5c1 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -56,7 +56,7 @@ class Site: self.hudopacity = node.getAttribute("hudopacity") self.hudbgcolor = node.getAttribute("bgcolor") self.hudfgcolor = node.getAttribute("fgcolor") - + self.converter = node.getAttribute("converter") self.layout = {} for layout_node in node.getElementsByTagName('layout'):