lalithadevi commited on
Commit
0a863df
1 Parent(s): 56ea47d

Update news_extractor/news_extractor.py

Browse files
Files changed (1) hide show
  1. news_extractor/news_extractor.py +1 -1
news_extractor/news_extractor.py CHANGED
@@ -156,7 +156,7 @@ def get_news_rss(url):
156
  return final_df
157
 
158
  def get_news_multi_process(urls):
159
- logger.warning('Entering get_news_multi_process()')
160
  '''
161
  Get the data shape by parallely calculating lenght of each chunk and
162
  aggregating them to get lenght of complete training dataset
 
156
  return final_df
157
 
158
  def get_news_multi_process(urls):
159
+ logger.warning('Entering get_news_multi_process() to read news')
160
  '''
161
  Get the data shape by parallely calculating lenght of each chunk and
162
  aggregating them to get lenght of complete training dataset