mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-22 00:41:56 +00:00
Fix typo.
This commit is contained in:
@ -72,7 +72,7 @@ class NotificationHandler:
|
|||||||
yield from ws.prepare(request)
|
yield from ws.prepare(request)
|
||||||
|
|
||||||
asyncio_ensure_future(process_websocket(ws))
|
asyncio_ensure_future(process_websocket(ws))
|
||||||
with controller.notification.controler_queue() as queue:
|
with controller.notification.controller_queue() as queue:
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
notification = yield from queue.get_json(5)
|
notification = yield from queue.get_json(5)
|
||||||
|
Reference in New Issue
Block a user