fix a TB
This commit is contained in:
parent
bb89871657
commit
cffd7f9c66
|
@ -738,7 +738,7 @@ class Connection:
|
|||
if kill_core:
|
||||
if self.connected > 1:
|
||||
self.connected = 0
|
||||
self.connection.disconnect('Disconnected')
|
||||
self.connection.disconnect()
|
||||
return
|
||||
|
||||
def ask_roster(self):
|
||||
|
|
Loading…
Reference in New Issue