Ramesh-vani commited on
Commit
7a10eed
·
verified ·
1 Parent(s): 04a0c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ async def get_file_content(websocket, key,project_name, path,connected):
113
  except Exception as e:
114
  event = {
115
  "type": "error",
116
- "message": f"Failed to read file content: {str(e)}"},
117
- }
118
  await websocket.send(json.dumps(event))
119
 
120
 
 
113
  except Exception as e:
114
  event = {
115
  "type": "error",
116
+ "message": f"Failed to read file content: {str(e)}",
117
+ }
118
  await websocket.send(json.dumps(event))
119
 
120