Ramesh-vani commited on
Commit
8c6a92a
1 Parent(s): 634fa35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ async def websocket_consumer(websocket, path):
20
  await websocket.send(response)
21
 
22
  except websockets.exceptions.ConnectionClosedOK:
23
- pass
24
 
25
  class WebSocketThread(threading.Thread):
26
  def run(self):
 
20
  await websocket.send(response)
21
 
22
  except websockets.exceptions.ConnectionClosedOK:
23
+ print('error')
24
 
25
  class WebSocketThread(threading.Thread):
26
  def run(self):