remove unneeded line
This commit is contained in:
parent
1753a316e4
commit
4985612036
1 changed files with 0 additions and 1 deletions
|
@ -712,7 +712,6 @@ class Connection:
|
||||||
self.connection.SendAndCallForResponse(iq, self._receive_agent_info,
|
self.connection.SendAndCallForResponse(iq, self._receive_agent_info,
|
||||||
{'agent': agent})
|
{'agent': agent})
|
||||||
return
|
return
|
||||||
agent_info = self.connection.SendAndWaitForResponse(iq) # FIXME: This blocks!
|
|
||||||
|
|
||||||
def update_user(self, jid, name, groups):
|
def update_user(self, jid, name, groups):
|
||||||
if self.connection:
|
if self.connection:
|
||||||
|
|
Loading…
Add table
Reference in a new issue