Fix NameError in DataForms with a media type.
This commit is contained in:
parent
71c01ad03e
commit
6f1bad3eb5
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class Media(nbxmpp.Node):
|
|||
|
||||
def fset(self, value):
|
||||
fdel(self)
|
||||
for uri in values:
|
||||
for uri in value:
|
||||
self.addChild(node=uri)
|
||||
|
||||
def fdel(self, value):
|
||||
|
|
Loading…
Add table
Reference in a new issue