Update app.py
Browse files
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")
|