mgokg commited on
Commit
920c8fd
·
verified ·
1 Parent(s): 50a800b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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