From 17ee218d3f30a4996cd6dced20ba1476c66d45f2 Mon Sep 17 00:00:00 2001 From: "shariar@raenabeauty.com" Date: Mon, 5 Feb 2024 14:59:36 +0400 Subject: [PATCH] FB Marketplace crawler --- fb_marketplace/fb_marketplace_product_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fb_marketplace/fb_marketplace_product_info.py b/fb_marketplace/fb_marketplace_product_info.py index 8429164..9c71454 100644 --- a/fb_marketplace/fb_marketplace_product_info.py +++ b/fb_marketplace/fb_marketplace_product_info.py @@ -66,6 +66,7 @@ class FbMarketplaceProductInfo: logging.info(e) time.sleep(random.randint(5,20)) + cnt += 1