vincentclaes commited on
Commit
679ff32
1 Parent(s): 0125da1

return page content

Browse files
Files changed (1) hide show
  1. scrape_website.py +1 -1
scrape_website.py CHANGED
@@ -45,7 +45,7 @@ def process_webpage(url:str):
45
  page_content = "\n".join(text_list_cut_off)
46
  # Print the text content of the landing page and all child pages
47
  print(page_content)
48
- return
49
 
50
 
51
  if __name__ == '__main__':
 
45
  page_content = "\n".join(text_list_cut_off)
46
  # Print the text content of the landing page and all child pages
47
  print(page_content)
48
+ return page_content
49
 
50
 
51
  if __name__ == '__main__':