Fix typo
This commit is contained in:
parent
1bd7824f24
commit
aad2eb31fc
1 changed files with 1 additions and 3 deletions
|
@ -141,9 +141,7 @@ class RosterItem(ElementBase):
|
|||
|
||||
def del_groups(self):
|
||||
for group in self.xml.findall('{%s}group' % self.namespace):
|
||||
self.xmp.remove(group)
|
||||
|
||||
|
||||
self.xml.remove(group)
|
||||
|
||||
|
||||
register_stanza_plugin(Iq, Roster)
|
||||
|
|
Loading…
Reference in a new issue