Skip to content

Commit d5d05b8

Browse files
committed
working multy user script
1 parent c49b94f commit d5d05b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/extract.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _fetch_payload(
173173
def make_extract_debug(
174174
key_word: str,
175175
page: int = 1,
176-
page_size: int = 100,
176+
page_size: int = 20,
177177
language: str = "ru",
178178
) -> tuple[str, int]:
179179
payload, articles_count = _fetch_payload(key_word, page, page_size, language)
@@ -187,7 +187,7 @@ def make_extract_debug(
187187
def make_extract_web(
188188
key_word: str,
189189
page: int = 1,
190-
page_size: int = 100,
190+
page_size: int = 20,
191191
language: str = "ru",
192192
) -> tuple[dict[str, Any], int]:
193193
payload, articles_count = _fetch_payload(key_word, page, page_size, language)

0 commit comments

Comments
 (0)