updated README, index fix for component
This commit is contained in:
committed by
Thom Nichols
parent
e00dea7c0c
commit
8b3b8aca9e
@@ -281,7 +281,7 @@ class DefaultConfig(ElementBase):
|
||||
|
||||
def getType(self):
|
||||
t = self._getAttr('type')
|
||||
if not t: t == 'leaf'
|
||||
if not t: t = 'leaf'
|
||||
return t
|
||||
|
||||
stanzaPlugin(PubsubOwner, DefaultConfig)
|
||||
|
||||
Reference in New Issue
Block a user