Commit
·
347327f
1
Parent(s):
27e35d4
Update extract_news/3_extract_news_txt.py
Browse files
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 =
|
| 36 |
-
stop_id =
|
| 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 |
|