From ea2de125d7fde50228baed758fb3cbef7bfcd7d1 Mon Sep 17 00:00:00 2001 From: "christian.mueller" Date: Wed, 13 Nov 2019 12:30:04 +0100 Subject: [PATCH] Bugfix import uwebsocket --- uasyncio.websocket.server/uasyncio/websocket/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uasyncio.websocket.server/uasyncio/websocket/server.py b/uasyncio.websocket.server/uasyncio/websocket/server.py index 046b071ea..d721fb54b 100644 --- a/uasyncio.websocket.server/uasyncio/websocket/server.py +++ b/uasyncio.websocket.server/uasyncio/websocket/server.py @@ -1,6 +1,6 @@ import uasyncio import uhashlib, ubinascii -import websocket +import uwebsocket as websocket def make_respkey(webkey):