Ramesh-vani commited on
Commit
3339ecb
·
verified ·
1 Parent(s): 6e1f7b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1262,7 +1262,7 @@ async def handler(websocket):
1262
 
1263
  """
1264
  # Receive and parse the "init" event from the UI.
1265
- try:
1266
  message_parts = {}
1267
  async for message in websocket:
1268
  data = json.loads(message)
 
1262
 
1263
  """
1264
  # Receive and parse the "init" event from the UI.
1265
+
1266
  message_parts = {}
1267
  async for message in websocket:
1268
  data = json.loads(message)