Fixed a typo in the new telnet protocol when logging out.
This commit is contained in:
parent
251f94aa7a
commit
e7b3916aec
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class TelnetProtocol(StatefulTelnetProtocol, session.Session):
|
||||||
"""
|
"""
|
||||||
if reason:
|
if reason:
|
||||||
self.lineSend(reason)
|
self.lineSend(reason)
|
||||||
self.connectionLost(reasoon)
|
self.connectionLost(reason)
|
||||||
|
|
||||||
def at_data_out(self, string, data=None):
|
def at_data_out(self, string, data=None):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue