From c83b93665e600373b0e22ebdb1be93dbd6d57d03 Mon Sep 17 00:00:00 2001 From: Sebastian Schubotz Date: Sat, 1 Jul 2023 17:09:57 +0200 Subject: [PATCH] Fix more typos --- scraper/ImmoscoutScraper.js | 2 +- scraper/StudentenWgScraper.js | 2 +- scraper/WgGesuchtScraper.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scraper/ImmoscoutScraper.js b/scraper/ImmoscoutScraper.js index 459a4d7..d49aead 100644 --- a/scraper/ImmoscoutScraper.js +++ b/scraper/ImmoscoutScraper.js @@ -207,7 +207,7 @@ module.exports = class ImmoscoutScraper extends AbstractScraper { "" ); } catch (ex) { - console.log("CATCHED error while scraping item", this.id, url, ex); + console.log("CAUGHT error while scraping item", this.id, url, ex); result.gone = true; } } diff --git a/scraper/StudentenWgScraper.js b/scraper/StudentenWgScraper.js index 24c58ca..d70f28d 100644 --- a/scraper/StudentenWgScraper.js +++ b/scraper/StudentenWgScraper.js @@ -179,7 +179,7 @@ module.exports = class WgGesuchtScraper extends AbstractScraper { adresse: adresse }; } catch (ex) { - console.log("CATCHED error while scraping item", this.id, url, ex); + console.log("CAUGHT error while scraping item", this.id, url, ex); result.gone = true; if (result.removed == null) { result.removed = new Date(); diff --git a/scraper/WgGesuchtScraper.js b/scraper/WgGesuchtScraper.js index 97aef35..3bd827f 100644 --- a/scraper/WgGesuchtScraper.js +++ b/scraper/WgGesuchtScraper.js @@ -206,7 +206,7 @@ module.exports = class WgGesuchtScraper extends AbstractScraper { adresse }; } catch (ex) { - console.log("CATCHED error while scraping item", this.id, url, ex); + console.log("CAUGHT error while scraping item", this.id, url, ex); result.gone = true; if (result.removed == null) { result.removed = new Date();