eckendoerffer commited on
Commit
347327f
·
1 Parent(s): 27e35d4

Update extract_news/3_extract_news_txt.py

Browse files
Files changed (1) hide show
  1. extract_news/3_extract_news_txt.py +2 -2
extract_news/3_extract_news_txt.py CHANGED
@@ -32,8 +32,8 @@ from pyquery import PyQuery as pq
32
  from config import DB_CONFIG
33
  from utils import create_connection, get_file_content, save_to_file, clean_text, decode_unicode_escapes, decode_content
34
 
35
- index_id = 935146
36
- stop_id = 981462
37
  path = os.getcwd()
38
  init(autoreset=True)
39
 
 
32
  from config import DB_CONFIG
33
  from utils import create_connection, get_file_content, save_to_file, clean_text, decode_unicode_escapes, decode_content
34
 
35
+ index_id = 1
36
+ stop_id = 1000000
37
  path = os.getcwd()
38
  init(autoreset=True)
39