Omnibus commited on
Commit
250787d
1 Parent(s): e89aaf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ def link_find(url):
23
  for p in soup.find_all("a"):
24
  url0=p.get('href')
25
  if url0.startswith("//"):
 
26
  uri1=url.split("//")[0]
27
  #uri2=url.split("//")[1]
28
  #uri3=uri2.split("/")[0]
 
23
  for p in soup.find_all("a"):
24
  url0=p.get('href')
25
  if url0.startswith("//"):
26
+ print(url0)
27
  uri1=url.split("//")[0]
28
  #uri2=url.split("//")[1]
29
  #uri3=uri2.split("/")[0]