remove comment from delay between indexing pages

This commit is contained in:
Bilal Catic
2019-09-25 10:00:42 +00:00
parent c9a959f8be
commit 3d203df988

View File

@@ -123,7 +123,7 @@ class OlxCrawler {
done = true;
}
// await this.sleep(this.delayBetweenPages);
await this.sleep(this.delayBetweenPages);
}
}
console.log("[OLX] Crawler finished");