Enable inspector and debugger

This commit is contained in:
=
2020-09-14 06:53:35 -07:00
parent d871d9ad1f
commit 8018caab47
2 changed files with 2 additions and 1 deletions

View File

@@ -214,6 +214,7 @@ class OlxCrawler {
try {
const res = await fetch(url);
logDebug("Got category results for: ", url);
const body = await res.text();
const $ = cheerio.load(body);
let hrefs = [];