Whoops. Properly fixed now.

This commit is contained in:
Philip Ridout 2013-12-06 20:25:05 +00:00
parent a9d9d6b1ef
commit b047f24ff1
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class ServiceItem(object):
self.add_icon(header[u'icon'])
self.raw_footer = header[u'footer']
self.audit = header[u'audit']
self.notes = unicode([u'notes'])
self.notes = unicode(header[u'notes'])
self.from_plugin = header[u'from_plugin']
self.capabilities = header[u'capabilities']
# Added later so may not be present in older services.