Actually fix that bookmarks typo bug
This commit is contained in:
parent
fe072a847b
commit
7803103891
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def remove(value):
|
|||
def stanza_storage(method):
|
||||
"""Generate a <storage/> stanza with the conference elements."""
|
||||
storage = Bookmarks()
|
||||
for b in (b for b in bookmark if b.method == method):
|
||||
for b in (b for b in bookmarks if b.method == method):
|
||||
storage.append(b.stanza())
|
||||
return storage
|
||||
|
||||
|
|
Loading…
Reference in a new issue