Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def parse_links_and_content(ort):
|
|
53 |
except Exception as e:
|
54 |
return str(e), []
|
55 |
|
56 |
-
|
57 |
return all_links
|
58 |
#return filtered_data
|
59 |
|
|
|
53 |
except Exception as e:
|
54 |
return str(e), []
|
55 |
|
56 |
+
all_links = all_links[0::2]
|
57 |
return all_links
|
58 |
#return filtered_data
|
59 |
|