Arafath10 commited on
Commit
d467086
·
verified ·
1 Parent(s): 00a8453

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -60,5 +60,5 @@ async def get_data(url: str):
60
  except Exception as e:
61
  raise HTTPException(status_code=500, detail=str(e))
62
  else:
63
- return return {"title": title, "URL": links, "Content": text_content}
64
 
 
60
  except Exception as e:
61
  raise HTTPException(status_code=500, detail=str(e))
62
  else:
63
+ return {"title": title, "URL": links, "Content": text_content}
64