Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -156,7 +156,7 @@ async def server_1():
|
|
156 |
# TODO :: check parts of snipp to pass in the processing func
|
157 |
# TODO :: pull pages and split each html and count occurance of important keywords here & check snipp if snipp occurs between . and <p> its good not img
|
158 |
|
159 |
-
n_results =
|
160 |
iter_x = 0
|
161 |
for x in new_results:
|
162 |
n_results[iter_x] = []
|
|
|
156 |
# TODO :: check parts of snipp to pass in the processing func
|
157 |
# TODO :: pull pages and split each html and count occurance of important keywords here & check snipp if snipp occurs between . and <p> its good not img
|
158 |
|
159 |
+
n_results = []
|
160 |
iter_x = 0
|
161 |
for x in new_results:
|
162 |
n_results[iter_x] = []
|