mgokg commited on
Commit
5b3e34d
·
verified ·
1 Parent(s): 3b28bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def parse_links_and_content(ort):
83
  def scrape_links(links):
84
  links=links
85
  details = []
86
- for contacts in links
87
  contact_element = soup.select_one('.nav')
88
  response = requests.get(contacts)
89
  response.raise_for_status()
 
83
  def scrape_links(links):
84
  links=links
85
  details = []
86
+ for contacts in links:
87
  contact_element = soup.select_one('.nav')
88
  response = requests.get(contacts)
89
  response.raise_for_status()