aibmedia commited on
Commit
a10e774
·
verified ·
1 Parent(s): 70e1edc

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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] = []