mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 07:23:47 +02: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