Skip to content
Snippets Groups Projects
Commit 49856120 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove unneeded line

parent 1753a316
No related branches found
No related tags found
No related merge requests found
......@@ -712,7 +712,6 @@ class Connection:
self.connection.SendAndCallForResponse(iq, self._receive_agent_info,
{'agent': agent})
return
agent_info = self.connection.SendAndWaitForResponse(iq) # FIXME: This blocks!
def update_user(self, jid, name, groups):
if self.connection:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment