Fix typo
This commit is contained in:
parent
3b7055ca74
commit
1712743fd5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class UserTune(AbstractPEPModule):
|
||||||
tune_dict = {}
|
tune_dict = {}
|
||||||
tune_tag = item.getTag('tune', namespace=self.namespace)
|
tune_tag = item.getTag('tune', namespace=self.namespace)
|
||||||
if tune_tag is None:
|
if tune_tag is None:
|
||||||
raise StanzaMalformed('No activity node')
|
raise StanzaMalformed('No tune node')
|
||||||
|
|
||||||
for child in tune_tag.getChildren():
|
for child in tune_tag.getChildren():
|
||||||
name = child.getName().strip()
|
name = child.getName().strip()
|
||||||
|
|
Loading…
Add table
Reference in a new issue