From 13a813e9b9066fe001f7c46c91aeec68b9ce9add Mon Sep 17 00:00:00 2001 From: Anita Mehr Date: Sat, 2 Dec 2023 22:24:39 +0000 Subject: [PATCH] finished crawler for WeTheNorth marketplace. --- MarketPlaces/WeTheNorth/crawler_selenium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarketPlaces/WeTheNorth/crawler_selenium.py b/MarketPlaces/WeTheNorth/crawler_selenium.py index 4b95513..1557688 100644 --- a/MarketPlaces/WeTheNorth/crawler_selenium.py +++ b/MarketPlaces/WeTheNorth/crawler_selenium.py @@ -288,4 +288,4 @@ def productPages(html): def crawler(): startCrawling() - # print("Crawling and Parsing BestCardingWorld .... DONE!") + # print("Crawling and Parsing BestCardingWorld .... DONE!") \ No newline at end of file