This commit is contained in:
Philipp Hörist 2018-07-05 18:14:36 +02:00
parent 3b7055ca74
commit 1712743fd5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class UserTune(AbstractPEPModule):
tune_dict = {}
tune_tag = item.getTag('tune', namespace=self.namespace)
if tune_tag is None:
raise StanzaMalformed('No activity node')
raise StanzaMalformed('No tune node')
for child in tune_tag.getChildren():
name = child.getName().strip()