Skip to content

Commit 7841fcd

Browse files
author
vinogradov
committed
step 2
1 parent 22ae674 commit 7841fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ async function crawlAvito(task1Collection) {
7878
{pmin: 10001}
7979
];
8080

81-
let totalPageCount = 0;
82-
8381
while(true) {
82+
let totalPageCount = 0;
83+
8484
for (let metroSet of metroSets) {
8585
console.log(`pmin: ${metroSet.pmin} pmax: ${metroSet.pmax}`);
8686

0 commit comments

Comments
 (0)