mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-23 23:38:21 +00:00
Added missing corutine flag, fixes #1145
This commit is contained in:
parent
6aa6d96ba0
commit
86bd7b6058
@ -88,6 +88,7 @@ class TelnetConnection(object):
|
||||
`naws` flag is enable in server configuration."""
|
||||
pass
|
||||
|
||||
@asyncio.coroutine
|
||||
def feed(self, data):
|
||||
"""
|
||||
Handles incoming data
|
||||
|
Loading…
Reference in New Issue
Block a user