Omkar008 commited on
Commit
7ef8a7a
1 Parent(s): 2283c5d

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -180,7 +180,7 @@ async def test_google(code:str):
180
  return {"attachment_count":attachment_no,"attachment_content":data_new}
181
 
182
 
183
- async def extract_text_and_links(html_content):
184
  soup = BeautifulSoup(html_content, 'html.parser')
185
 
186
  # Extract text
 
180
  return {"attachment_count":attachment_no,"attachment_content":data_new}
181
 
182
 
183
+ def extract_text_and_links(html_content):
184
  soup = BeautifulSoup(html_content, 'html.parser')
185
 
186
  # Extract text