czasg / LuckySheetServer

luckysheet 多人在线协同编辑 python 实现
16 stars 3 forks source link

module 'pywss' has no attribute 'WebsocketContextWrap'" #1

Closed Clearave closed 1 year ago

Clearave commented 1 year ago

app.py, line 48, in update err = pywss.WebsocketContextWrap(ctx)

czasg commented 1 year ago

use pywss.WebSocketUpgrade(ctx)

Clearave commented 1 year ago

It works. Great