mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-17 03:39:25 +00:00
Cleanup disconnection error message
This commit is contained in:
@@ -21,6 +21,7 @@ class JabberAdmin():
|
|||||||
|
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
|
if hasattr(self, '_client'):
|
||||||
self._client.disconnect()
|
self._client.disconnect()
|
||||||
|
|
||||||
def connect(self):
|
def connect(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user