Add converter attribute to support additional sites

This commit is contained in:
Worros 2008-11-04 22:40:03 +13:00
parent 0f10f87373
commit 79ddee8971

View File

@ -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'):