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

initialize a variable before it's used.

parent 1e39863e
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ class NonBlockingClient:
self._owner = self
self._registered_name = None # our full jid, set after successful auth
self.connected = ''
self.ip_addresses = []
self.socket = None
self.on_connect = None
self.on_proxy_failure = None
......
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