Fixed some spurious bugs.
This commit is contained in:
parent
7e146eae11
commit
7818ca077a
2 changed files with 11 additions and 9 deletions
|
|
@ -217,7 +217,7 @@ class WebClientSession(session.Session):
|
|||
Disconnect from server
|
||||
"""
|
||||
if reason:
|
||||
self.lineSend(self.suid, reason)
|
||||
self.client.lineSend(self.suid, reason)
|
||||
self.client.client_disconnect(self.suid)
|
||||
|
||||
def data_out(self, string='', data=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue