Spaces:
Sleeping
Sleeping
good morning12d222 commit
Browse files- proper_main.py +1 -1
proper_main.py
CHANGED
@@ -48,7 +48,7 @@ def web_scrape(user_url):
|
|
48 |
for a in i.findAll('a'):
|
49 |
new_url = base_url + a['href']
|
50 |
repos.append(new_url)
|
51 |
-
return (
|
52 |
|
53 |
|
54 |
def data_cloning(repos):
|
|
|
48 |
for a in i.findAll('a'):
|
49 |
new_url = base_url + a['href']
|
50 |
repos.append(new_url)
|
51 |
+
return (repos,0)
|
52 |
|
53 |
|
54 |
def data_cloning(repos):
|