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):