Fix NameError in DataForms with a media type.
This commit is contained in:
parent
71c01ad03e
commit
6f1bad3eb5
|
@ -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…
Reference in New Issue