File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ previous one to reuse it later:
212212 del JOIN [join_key]
213213
214214
215- async def handler (websocket , path ):
215+ async def handler (websocket ):
216216 # Receive and parse the "init" event from the UI.
217217 message = await websocket.recv()
218218 event = json.loads(message)
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ async def watch(websocket, watch_key):
160160 connected .remove (websocket )
161161
162162
163- async def handler (websocket , path ):
163+ async def handler (websocket ):
164164 """
165165 Handle a connection and dispatch it according to who is connecting.
166166
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ async def watch(websocket, watch_key):
162162 connected .remove (websocket )
163163
164164
165- async def handler (websocket , path ):
165+ async def handler (websocket ):
166166 """
167167 Handle a connection and dispatch it according to who is connecting.
168168
You can’t perform that action at this time.
0 commit comments