Omnibus commited on
Commit
646b411
1 Parent(s): 30181d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -251,7 +251,10 @@ def sort_doc_OG(in_list,steps_in=0,control=None):
251
  link_box = []
252
 
253
  def link_find(url):
 
 
254
  out = []
 
255
  source = requests.get(url)
256
  if source.status_code ==200:
257
  print("YES")
 
251
  link_box = []
252
 
253
  def link_find(url):
254
+ node1={}
255
+ node2={}
256
  out = []
257
+ print(f'Try URL:: {url}')
258
  source = requests.get(url)
259
  if source.status_code ==200:
260
  print("YES")