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