Omnibus commited on
Commit
b52ef6a
·
verified ·
1 Parent(s): c2e4141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def make_tree(url1="",url2="",url3="",url4=""):
18
  for line in spl:
19
  spl2 = line.split(">")[0]
20
  print(spl2)
21
- if spl2.endswith('/"') or spl2.endswith('.json'):
22
  fin=line.split(">")[0].strip('""')
23
  link_box.append(fin)
24
  #html_out=html_out+html.replace("PAGE_LINK",fin)
 
18
  for line in spl:
19
  spl2 = line.split(">")[0]
20
  print(spl2)
21
+ if spl2.endswith('/"') or spl2.endswith('.json"'):
22
  fin=line.split(">")[0].strip('""')
23
  link_box.append(fin)
24
  #html_out=html_out+html.replace("PAGE_LINK",fin)