Ramesh-vani commited on
Commit
741bf6e
·
verified ·
1 Parent(s): 036879b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -956,7 +956,7 @@ async def exe(websocket,connected,key,process_ids):
956
  print("No <body> tag found in the HTML")
957
  # Inline CSS and JavaScript
958
  soup = inline_resources(soup, url)
959
- response_data = {
960
  "type": "web-data",
961
  "data": str(soup),
962
  }
 
956
  print("No <body> tag found in the HTML")
957
  # Inline CSS and JavaScript
958
  soup = inline_resources(soup, url)
959
+ response_data = {
960
  "type": "web-data",
961
  "data": str(soup),
962
  }