accidental debugging return left in the code from last commit
This commit is contained in:
parent
bae082f437
commit
078c71ed3f
@ -148,7 +148,6 @@ class ClientXMPP(basexmpp, XMLStream):
|
||||
iq = self.Iq().setValues({'type': 'set'})
|
||||
iq['roster']['items'] = {jid: {'name': name, 'subscription': subscription, 'groups': groups}}
|
||||
#self.send(iq, self.Iq().setValues({'id': iq['id']}))
|
||||
return
|
||||
r = iq.send()
|
||||
return r['type'] == 'result'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user