Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ def run():
|
|
6 |
link_box=[]
|
7 |
feed1 = requests.get(main_directory)
|
8 |
#lines = feed1.text.split("\n")
|
9 |
-
spl = feed1.split("href=")
|
10 |
print(spl)
|
11 |
|
12 |
for line in spl:
|
|
|
6 |
link_box=[]
|
7 |
feed1 = requests.get(main_directory)
|
8 |
#lines = feed1.text.split("\n")
|
9 |
+
spl = feed1.text.split("href=")
|
10 |
print(spl)
|
11 |
|
12 |
for line in spl:
|