VyLala commited on
Commit
169191e
·
verified ·
1 Parent(s): 5c2f587

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -216,7 +216,7 @@ async def fetch_all(links, timeout=15):
216
  tasks = [fetch_url(session, l, timeout) for l in links]
217
  return await asyncio.gather(*tasks)
218
 
219
- async def process_link_chunk_allOutput(link, iso, acc, saveLinkFolder, linksWithTexts, all_output):
220
  print(link)
221
  if len(data_preprocess.normalize_for_overlap(all_output)) > 600000:
222
  print("break here")
 
216
  tasks = [fetch_url(session, l, timeout) for l in links]
217
  return await asyncio.gather(*tasks)
218
 
219
+ async def process_link_allOutput(link, iso, acc, saveLinkFolder, linksWithTexts, all_output):
220
  print(link)
221
  if len(data_preprocess.normalize_for_overlap(all_output)) > 600000:
222
  print("break here")