Spaces:
Running
Running
Update app.py
Browse files
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()
|