diff --git a/app/crawler/specific/olx.js b/app/crawler/specific/olx.js index 75f9578..b10f55a 100644 --- a/app/crawler/specific/olx.js +++ b/app/crawler/specific/olx.js @@ -123,7 +123,7 @@ class OlxCrawler { done = true; } - // await this.sleep(this.delayBetweenPages); + await this.sleep(this.delayBetweenPages); } } console.log("[OLX] Crawler finished");