XEP-0313: Add missing setter argument.
This commit is contained in:
parent
58bd07628b
commit
a4d3a4a25e
1 changed files with 1 additions and 1 deletions
|
@ -135,5 +135,5 @@ class Archived(ElementBase):
|
|||
def get_by(self):
|
||||
return JID(self._get_attr('by'))
|
||||
|
||||
def set_by(self):
|
||||
def set_by(self, value):
|
||||
return self._set_attr('by', str(value))
|
||||
|
|
Loading…
Reference in a new issue