mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +00:00
Add missing coroutine decorator Ref https://github.com/GNS3/gns3-gui/issues/2566
This commit is contained in:
parent
f5dc635baa
commit
814526ba26
@ -322,6 +322,7 @@ class AsyncioTelnetServer:
|
||||
else:
|
||||
log.debug("Not supported negotiation sequence, received {} bytes", len(data))
|
||||
|
||||
@asyncio.coroutine
|
||||
def _IAC_parser(self, buf, network_reader, network_writer, connection):
|
||||
"""
|
||||
Processes and removes any Telnet commands from the buffer.
|
||||
|
Loading…
Reference in New Issue
Block a user