Fix typo.

This commit is contained in:
grossmj 2018-08-29 17:27:24 +07:00
parent 86be4f98f1
commit ef4db112f1

View File

@ -72,7 +72,7 @@ class NotificationHandler:
yield from ws.prepare(request)
asyncio_ensure_future(process_websocket(ws))
with controller.notification.controler_queue() as queue:
with controller.notification.controller_queue() as queue:
while True:
try:
notification = yield from queue.get_json(5)