Skip to content

Commit 92580c1

Browse files
author
lenarsaitov
committed
update description on readme
1 parent db61b2d commit 92580c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Total number of parsed offers: 56.
6969
import cianparser
7070

7171
moscow_parser = cianparser.CianParser(location="Москва")
72-
data = moscow_parser.get_flats(deal_type="sale", rooms=(1, 2), additional_settings={"start_page":1, "end_page":2})
72+
data = moscow_parser.get_flats(deal_type="rent_long", rooms=(1, 2), additional_settings={"start_page":1, "end_page":1})
7373
```
7474

7575
В проекте предусмотрен функционал корректного завершения в случае окончания страниц. По данному моменту, следует изучить раздел __Ограничения__

0 commit comments

Comments
 (0)